Poprawki responsywności

This commit is contained in:
2022-07-23 23:45:53 +02:00
parent 4e0fb5dc01
commit 9b86e07152
3 changed files with 11 additions and 6 deletions
+5 -6
View File
@@ -260,16 +260,15 @@ button.back-btn {
border-radius: 1em;
height: auto;
}
.info-actions {
flex-wrap: wrap;
}
}
@include smallScreen {
.scenery-left,
.scenery-right {
.scenery-left {
max-height: 100vh;
}
.scenery-right {
height: 100vh;
}
}
</style>