Version V3

This commit is contained in:
Петухова Ростислава
2023-10-31 21:50:29 +03:00
parent 411d63118d
commit 35c5c703e3
3 changed files with 34 additions and 12 deletions

View File

@@ -39,13 +39,13 @@
@media screen and (max-width: 1100px) {
:root {
--sizeButton: 1.3;
--sizeButton: 2;
}
}
@media screen and (max-width: 920px) {
:root {
--sizeButton: 1.6;
--sizeButton: 2.5;
}
}