filtry scenerii

This commit is contained in:
2023-03-14 21:42:39 +01:00
parent 653d45dfc6
commit 7d0e68862c
8 changed files with 135 additions and 322 deletions
+8 -1
View File
@@ -24,7 +24,8 @@
overflow: hidden;
background: #202020e8;
box-shadow: 0 0 15px 5px #303030;
box-shadow: 0 0 15px 0 black;
border: 1px solid #202020e8;
width: 95%;
max-width: 700px;
@@ -44,3 +45,9 @@
cursor: pointer;
}
}
@include smallScreen {
.card {
max-height: 85vh;
}
}