reiji-h пре 1 година
родитељ
комит
35debf336e

+ 4 - 0
apps/app/src/components/Common/PageViewLayout.module.scss

@@ -10,6 +10,10 @@ $page-view-layout-margin-top: 32px;
   $page-content-footer-min-heigh: 130px;
 
   min-height: calc(100vh - #{$subnavigation-height + $page-view-layout-margin-top + $page-content-footer-min-heigh});
+
+  .grw-container-convertible :global {
+    margin-left: 16px;
+  }
 }
 
 // fluid layout

+ 2 - 3
apps/app/src/styles/organisms/_wiki.scss

@@ -12,7 +12,6 @@
   }
 
   font-size: 16px;
-  padding-left: 16px;
 
   a {
     @extend .link-offset-2;
@@ -33,7 +32,7 @@
   h6 {
     margin-top: 1.6em;
     margin-bottom: 0.8em;
-    margin-left: calc(-0.5em + -16px);
+    margin-left: calc(-1em);
 
     &:first-child {
       margin-top: 0;
@@ -50,8 +49,8 @@
     line-height: 1.1em;
   }
   h1 > span {
-    border-bottom: 2px solid var(--bs-border-color);
     padding-bottom: 0.3em;
+    border-bottom: 2px solid var(--bs-border-color);
   }
 
   h2 {