Fixed Routes

This commit is contained in:
Christian Anetzberger
2022-03-15 10:58:31 +01:00
parent 8dc95b3050
commit 22736073da
5 changed files with 22 additions and 12 deletions

View File

@@ -147,6 +147,7 @@ section {
@include media-breakpoint-up(lg) {
min-height: calc(100vh - (200px - 49px));
.products-img:first-of-type {
min-height: calc(100vh - 49px);
}
@@ -191,3 +192,11 @@ section {
.minh-100vh {
min-height: 100vh;
}
.center-icon {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
}