X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/64cf4d889127d7dc3ea893e8a27711468276dc47..2b96b3e346a68d086568c8fc57c1df455105c062:/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 4edd53e18..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 { @@ -72,6 +70,7 @@ header#main { @media screen and (min-width: 24em) { @include size(padding-top, 6px); @include size(font-size, 13px); + @include size(margin-left, 180px); text-align: right; } @@ -94,6 +93,7 @@ header#main { @media screen and (min-width: 24em) { @include size(padding-top, 15px); + @include size(margin-left, 180px); text-align: right; } @media screen and (min-width: 62.5em) {