diff options
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; } |