This commit is contained in:
Петухова Ростислава
2023-10-31 22:20:39 +03:00
parent 45f4fca20a
commit 3a1318276e
2 changed files with 14 additions and 4 deletions

View File

@@ -37,6 +37,18 @@
--sizeButton: 1.5;
}
@media screen and (min-width: 1820px) {
.image-button {
width: 200px;
height: 200px;
border: none;
background-size: cover;
border-radius: calc(0.3vw * var(--sizeButton));
}
}
@media screen and (max-width: 1100px) {
:root {
--sizeButton: 4;