X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/527055abe52213eebc02175dd192841966735e18..ff97d519fd3b5ee80fab88d633bf1913b8343e1f:/src/wolnelektury/static/scss/main/header.scss diff --git a/src/wolnelektury/static/scss/main/header.scss b/src/wolnelektury/static/scss/main/header.scss index e720b4d63..af713a5cc 100755 --- a/src/wolnelektury/static/scss/main/header.scss +++ b/src/wolnelektury/static/scss/main/header.scss @@ -1,6 +1,21 @@ $header_bg: #191919; $small_logo: .9; +#ads { + display: inline-block; + width: 100%; + + > a { + display: block; + width: 100%; + } + + img { + display: block; + margin: 0 auto; + } +} + header#main { @include size(line-height, 20px); /* Make links easier to click when wrapped. */ background-color: $header_bg;