Removes styles to fix logo size on devise views
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user