background-color: $header_bg;
color: #bbb;
+ text-align:center;
+
@media screen and (min-width: 62.5em) {
position: relative;
@include size(height, 94px);
#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 {
@media screen and (min-width: 24em) {
@include size(padding-top, 6px);
@include size(font-size, 13px);
+ @include size(margin-left, 180px);
text-align: right;
}
@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) {