Fixed Routes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user