aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app.scss')
-rw-r--r--app.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app.scss b/app.scss
index 476ee09..a0b1d42 100644
--- a/app.scss
+++ b/app.scss
@@ -302,6 +302,16 @@ body {
302 transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms; 302 transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
303 } 303 }
304 304
305 .no-footer {
306 #main-section {
307 margin-bottom: 0;
308 }
309
310 .footer {
311 display: none;
312 }
313 }
314
305 .search-bar { 315 .search-bar {
306 position: relative; 316 position: relative;
307 display: inline-block; 317 display: inline-block;