diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-12-13 20:16:01 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-12-13 20:16:01 +0300 |
commit | 756beb6a5f31d451416ae3bc35f79bef4fe3763f (patch) | |
tree | 9fedfd1a1db7422f7710532487fd19680f782d3a /sass/css/yaroslavps.scss | |
parent | fb6ee4494275528de1ef55e5135cb2562d09a7c0 (diff) | |
download | yaroslavps.com-756beb6a5f31d451416ae3bc35f79bef4fe3763f.tar.gz yaroslavps.com-756beb6a5f31d451416ae3bc35f79bef4fe3763f.zip |
And some minor changes here and there.
Diffstat (limited to 'sass/css/yaroslavps.scss')
-rw-r--r-- | sass/css/yaroslavps.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 1f8390d..ff33b42 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -1,12 +1,11 @@ @import "colors"; @import "fonts"; +.holiday-garland, .holiday-greetings { display: none; } -// @import "holidays"; - * { box-sizing: border-box; } @@ -20,6 +19,8 @@ html, body { background-color: $bg0; } +@import "holidays"; + ul, ol, li, @@ -192,7 +193,7 @@ span.publish-date { } .header-container { - padding: 0 2em; + padding: 0.1em 2em; } .header-container .nav-container { @@ -342,6 +343,10 @@ pre.literal { font-size: 16px; } + .holiday-garland { + display: none; + } + h1, h2, h3, |