X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1e9113af163a3d002b0b9c3e8c339f22af5b848a..4c0b1c26b2e4789b194f34c907c822c55f04af3c:/apps/wolnelektury_core/static/scss/main/header.scss diff --git a/apps/wolnelektury_core/static/scss/main/header.scss b/apps/wolnelektury_core/static/scss/main/header.scss index 770e43bc0..63bd8677c 100755 --- a/apps/wolnelektury_core/static/scss/main/header.scss +++ b/apps/wolnelektury_core/static/scss/main/header.scss @@ -37,6 +37,8 @@ header#main { background-color: $header_bg; color: #bbb; + text-align:center; + @media screen and (min-width: 62.5em) { position: relative; @include size(height, 94px); @@ -51,15 +53,11 @@ header#main { #logo { display: block; @include size(height, 94px); - @include size(width, 94px); @media screen and (min-width: 24em) { + @include size(width, 173px); float: left; } - - img { - display: block; - } } #tagline {