]> git.r.bdr.sh - rbdr/forum/blobdiff - app/components/topic/topic.svelte
Remove server
[rbdr/forum] / app / components / topic / topic.svelte
index c2462fd80ed149ce92d787055f3be000baf5747a..4a5593028ed2d7fe501bab278a89374519899685 100644 (file)
@@ -2,7 +2,7 @@
   import Glyph from '../glyph/glyph.svelte';
 </script>
 
-<main class="h-entry" title="Topic">
+<div class="h-entry" title="Topic">
   <h1 class="p-name">This is a post in the forum.</h1>
   <aside class="topic-meta" title="Topic metadata">
     <span class="topic-location">Posted on <a href="/f/interaction"
     <p>It's just how it is...</p>
   </article>
   <hr/>
-</main>
+</div>
 
 <style>
-  main {
-    grid-column: col-start 2 / span 11;
-  }
-
   .post-meta > * {
     vertical-align: top;
   }