Removes styles to fix logo size on devise views
This commit is contained in:
@@ -881,7 +881,6 @@ footer {
|
||||
a {
|
||||
color: #fff;
|
||||
display: block;
|
||||
line-height: rem-calc(80); // Same as logo image height
|
||||
text-align: center;
|
||||
|
||||
@include breakpoint(medium) {
|
||||
|
||||
@@ -19,18 +19,6 @@
|
||||
line-height: $line-height * 2;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user