Adaptive v2

This commit is contained in:
Петухова Ростислава
2023-10-31 21:24:56 +03:00
parent 2d3fca2c6e
commit 389128cdd5
2 changed files with 40 additions and 9 deletions

View File

@@ -35,4 +35,17 @@
:root {
--sizeButton: 1;
}
@media screen and (max-width: 1100px) {
:root {
--sizeButton: 1.3;
}
}
@media screen and (max-width: 920px) {
:root {
--sizeButton: 1.6;
}
}