fix(page-wrapper): height and bottom margin

This commit is contained in:
RadoslavDimchev 2024-02-09 10:05:27 +02:00 committed by Emil Ivanichkov
parent 5f1d749c51
commit 49cff8960a

View File

@ -93,7 +93,7 @@
@media (max-width: 1000px) {
.layout {
height: 65vh;
height: auto;
}
.layout-left {
flex: 0 0 100%;
@ -116,7 +116,7 @@
max-width: 100%;
order: 0;
margin-top: -10%;
margin-bottom: -92%;
margin-bottom: -70%;
}
.image-container {