소스 검색

Active nav padding

Zachary Betz 6 년 전
부모
커밋
ebea25e223

+ 2 - 1
assets/css/template-styles.css

@@ -401,7 +401,8 @@ caption {
   background-color: #111;
   clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
   color: #fefefe;
-  padding: 0.5em 1em 0.5em;
+  padding-top: 0.5em;
+  padding-bottom: 0.5em;
 }
 
 /* Menu button */

+ 2 - 1
exampleSite/resources/_gen/assets/css/css/template-styles.css_c2e18c145f3470d19843d012c882b388.content

@@ -401,7 +401,8 @@ caption {
   background-color: #111;
   clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
   color: #fefefe;
-  padding: 0.5em 1em 0.5em;
+  padding-top: 0.5em;
+  padding-bottom: 0.5em;
 }
 
 /* Menu button */