diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-10-01 17:16:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-10-01 23:11:09 +0200 |
| commit | 9a8107d1947b67cdafacf9711616efff8f6be5da (patch) | |
| tree | a82f485ca8e2118aa2083972ef77fd56b0811686 /assets/scss/web/_summary.scss | |
| parent | 3b23b2661ea2f7f96311209ffd57d7c487fcc463 (diff) | |
Lower the margin of the blog and keep it for the home page
Diffstat (limited to 'assets/scss/web/_summary.scss')
| -rw-r--r-- | assets/scss/web/_summary.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/scss/web/_summary.scss b/assets/scss/web/_summary.scss index 620f592..623fc62 100644 --- a/assets/scss/web/_summary.scss +++ b/assets/scss/web/_summary.scss @@ -1,3 +1,8 @@ +.summary { + margin-left: 0.5cm; + margin-right: 0.5cm; +} + .section-header.summary__header { display: none; } |
