diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-28 17:50:56 -0400 |
---|---|---|
committer | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-28 17:50:56 -0400 |
commit | 6e4410d8f144e3ab2ff22444313f2a3c3a24c29c (patch) | |
tree | 498295e2d03621830622ebb55e11626a2a7eee82 /src | |
parent | cc0bc909da4a84c0b0f3078091f69dd58b07fca4 (diff) | |
download | homer-6e4410d8f144e3ab2ff22444313f2a3c3a24c29c.tar.gz homer-6e4410d8f144e3ab2ff22444313f2a3c3a24c29c.tar.zst homer-6e4410d8f144e3ab2ff22444313f2a3c3a24c29c.zip |
Change main-section margin-bottom to padding-bottom to compensate for footer
Diffstat (limited to 'src')
-rw-r--r-- | src/assets/app.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/assets/app.scss b/src/assets/app.scss index c709282..aa8b077 100644 --- a/src/assets/app.scss +++ b/src/assets/app.scss | |||
@@ -163,8 +163,7 @@ body { | |||
163 | } | 163 | } |
164 | 164 | ||
165 | #main-section { | 165 | #main-section { |
166 | margin-bottom: 2rem; | 166 | padding: 0 0 2.5rem 0; |
167 | padding: 0; | ||
168 | 167 | ||
169 | h2 { | 168 | h2 { |
170 | padding-bottom: 0px; | 169 | padding-bottom: 0px; |
@@ -286,7 +285,7 @@ body { | |||
286 | 285 | ||
287 | .no-footer { | 286 | .no-footer { |
288 | #main-section { | 287 | #main-section { |
289 | margin-bottom: 0; | 288 | padding-bottom: 0; |
290 | } | 289 | } |
291 | 290 | ||
292 | .footer { | 291 | .footer { |