blog

git clone https://git.ce9e.org/blog.git

commit
ad13dfbfa9162d4ee3eb212327348f42f016b42f
parent
46e6d80c619c441166c51259c46777a23cafd5c7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-26 09:18
use flow-relative attributes

Diffstat

M style/_base.scss 3 ++-
M style/components/_blog.scss 6 +++---
M style/style.scss 2 +-

3 files changed, 6 insertions, 5 deletions


diff --git a/style/_base.scss b/style/_base.scss

@@ -4,7 +4,8 @@ h1, h2, h3, h4, h5, h6, legend {
    4     4 }
    5     5 
    6     6 .figure {
    7    -1 	margin: 0 $spacer $spacer;
   -1     7 	margin-block: 0 $spacer;
   -1     8 	margin-inline: $spacer;
    8     9 	text-align: center;
    9    10 }
   10    11 

diff --git a/style/components/_blog.scss b/style/components/_blog.scss

@@ -1,13 +1,13 @@
    1     1 .blog {
    2    -1 	margin: 0 0 3em;
   -1     2 	margin-block: 0 3em;
    3     3 }
    4     4 
    5     5 .blog__post {
    6    -1 	margin-bottom: $spacer * 0.5;
   -1     6 	margin-block-end: $spacer * 0.5;
    7     7 }
    8     8 
    9     9 .post__meta {
   10    -1 	margin-bottom: 1em;
   -1    10 	margin-block-end: 1em;
   11    11 }
   12    12 
   13    13 .tag {

diff --git a/style/style.scss b/style/style.scss

@@ -18,7 +18,7 @@ $color-link-focus: var(--color-link-focus);
   18    18 @import "components/code";
   19    19 
   20    20 .l-main {
   21    -1 	margin: 5em 0 4em;
   -1    21 	margin-block: 5em 4em;
   22    22 }
   23    23 
   24    24 .footnotes :target {