X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.css;h=b514059be2f3a8c8d343f168f5895c8bf33262df;hb=51956c3abd8789a87c19bc71c6592d4e052e5dea;hp=2cdb5074b3266d8469482449682696e0760bec4c;hpb=672bd42a799abf6fb39a0763188d8dbc88fbda66;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/app.css b/app.css index 2cdb507..b514059 100644 --- a/app.css +++ b/app.css @@ -230,6 +230,10 @@ body { color: #676767; font-size: 0.85rem; transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms; } + body .no-footer #main-section { + margin-bottom: 0; } + body .no-footer .footer { + display: none; } body .search-bar { position: relative; display: inline-block; }