Minor layout fixes master
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 14 May 2026 09:38:41 +0000 (11:38 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 14 May 2026 09:38:41 +0000 (11:38 +0200)
src/wolnelektury/static/2022/styles/layout/_annoy.scss
src/wolnelektury/static/2022/styles/layout/_checkout.scss

index 18c8df8..d66cb16 100644 (file)
             }
         
            p {
-               margin: 1em 0;
+               margin: 0 0 1em 0;
            }
             .l-button {
                 display: inline-block;
index 135c653..a1ea7b4 100644 (file)
         letter-spacing: -0.02em;
         color: #92BD39;
         margin: 0;
+        margin-bottom: 23px;
     }
 
     p {
         font-weight: normal;
         font-size: 18px;
         line-height: 150%;
-        margin-top: 8px;
+        margin-top: 0;
+        margin-bottom: 8px;
 
         &:first-of-type {
             font-weight: 600;
             font-size: 21.5px;
             line-height: 140%;
             letter-spacing: -0.01em;
-            margin-top: 23px;
         }
     }
 }