diff options
author | Wolfgang Müller | 2024-10-05 13:03:38 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-10-05 15:23:29 +0200 |
commit | b0f438f295483207e253e14c5b4856999d354e3d (patch) | |
tree | 91c01c3efba2d2466aeeb7b274a1a37687418186 /sass | |
parent | 12c55f378a64b51d283afbc59e9197d914479bc6 (diff) | |
download | zunzuncito-b0f438f295483207e253e14c5b4856999d354e3d.tar.gz |
sass: Remove unnecessary rules
Diffstat (limited to '')
-rw-r--r-- | sass/style.sass | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sass/style.sass b/sass/style.sass index e38ef55..f5852fa 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -125,9 +125,6 @@ div.footnote-definition > sup::after content: "." -html - overflow-y: scroll - body font-family: var(--font-sans) font-size: 1.3rem @@ -199,9 +196,6 @@ article.single h2.title div.banner > div.info display: inline-flex - > a:first-of-type - padding-right: .2rem - div.banner > nav.tags margin-left: 1rem @@ -260,8 +254,6 @@ figure > a display: block @media (max-width: 480px) - article:not(.single) - aside.gutter display: none |