Browse Source

has section css

reiji-h 2 years ago
parent
commit
fead07a579
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/presentation/src/components/Slides.module.scss

+ 4 - 4
packages/presentation/src/components/Slides.module.scss

@@ -25,9 +25,9 @@
     }
 
   }
-}
 
-div.slides.marpit > section :is(pre, marp-pre) {
-  padding: 0;
-  border: none;
+  section {
+    padding: 0;
+    border: none;
+  }
 }