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.css | |
parent | 672bd42a799abf6fb39a0763188d8dbc88fbda66 (diff) | |
download | homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.tar.gz homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.tar.zst homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.zip |
Optionnal footer support
Diffstat (limited to 'app.css')
-rw-r--r-- | app.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -230,6 +230,10 @@ body { | |||
230 | color: #676767; | 230 | color: #676767; |
231 | font-size: 0.85rem; | 231 | font-size: 0.85rem; |
232 | transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms; } | 232 | transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms; } |
233 | body .no-footer #main-section { | ||
234 | margin-bottom: 0; } | ||
235 | body .no-footer .footer { | ||
236 | display: none; } | ||
233 | body .search-bar { | 237 | body .search-bar { |
234 | position: relative; | 238 | position: relative; |
235 | display: inline-block; } | 239 | display: inline-block; } |