diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-02-26 21:56:25 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-02-26 21:56:25 -0800 |
commit | 51956c3abd8789a87c19bc71c6592d4e052e5dea (patch) | |
tree | 0a83b44321f463011fbc6e0ed0ef50b33597759a /app.scss | |
parent | 672bd42a799abf6fb39a0763188d8dbc88fbda66 (diff) | |
download | homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.tar.gz homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.tar.zst homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.zip |
Optionnal footer support
Diffstat (limited to 'app.scss')
-rw-r--r-- | app.scss | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; |