Give margin to a tag in .brands section & fix img height when viewport < 850px
This commit is contained in:
@@ -35,6 +35,10 @@ $social-button_inner_margin: 10px;
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
animation: slideshow 30s linear infinite 0s;
|
animation: slideshow 30s linear infinite 0s;
|
||||||
|
|
||||||
|
@include mixins.header_overflow2 {
|
||||||
|
height: calc(100vh - 45px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li:nth-child(1) span {
|
li:nth-child(1) span {
|
||||||
@@ -74,6 +78,10 @@ $social-button_inner_margin: 10px;
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: variables.$clr_dark;
|
color: variables.$clr_dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include mixins.header_overflow2 {
|
||||||
|
margin: 1.5vh 1vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user