diff options
Diffstat (limited to 'src/assets/app.scss')
-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 { |