Give margin to a tag in .brands section & fix img height when viewport < 850px

This commit is contained in:
Ferit Yiğit BALABAN
2022-08-01 08:59:55 +03:00
parent 97498242b6
commit d9b0c965f9

View File

@@ -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;
}
} }
} }