Replace CSS classes with semantic HTML

This commit is contained in:
2022-01-11 13:28:22 +01:00
parent c6f0421ad3
commit 8719d9b0f9
37 changed files with 1215 additions and 1279 deletions

View File

@@ -65,17 +65,12 @@ onMount(() => {
})
</script>
<div>
<div class="limit_width">
<h2>File removal</h2>
<p>
Paste any pixeldrain file links in here to remove them
</p>
<div class="highlight_dark">
<Form config={block_form}></Form>
</div>
<section>
<h2>File removal</h2>
<p>
Paste any pixeldrain file links in here to remove them
</p>
<div class="highlight_dark">
<Form config={block_form}></Form>
</div>
</div>
<style>
</style>
</section>