Removes styles to fix logo size on devise views

This commit is contained in:
decabeza
2018-10-18 18:17:22 +02:00
parent 22d8a26b33
commit ebca4bca9b
2 changed files with 0 additions and 13 deletions

View File

@@ -881,7 +881,6 @@ footer {
a { a {
color: #fff; color: #fff;
display: block; display: block;
line-height: rem-calc(80); // Same as logo image height
text-align: center; text-align: center;
@include breakpoint(medium) { @include breakpoint(medium) {

View File

@@ -19,18 +19,6 @@
line-height: $line-height * 2; line-height: $line-height * 2;
margin-top: 0; margin-top: 0;
} }
img {
height: 48px;
width: 48px;
@include breakpoint(medium) {
height: 80px;
margin-right: $line-height / 2;
margin-top: 0;
width: 80px;
}
}
} }
// 02. Orbit bullet // 02. Orbit bullet