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

@@ -104,21 +104,19 @@
--headerBoxColor:rgb(177, 250, 250);
--postHeaderBoxColor:rgb(175, 238, 238);
/* --headerBoxColor:rgb(177, 250, 250); */
--headerBoxColor:rgb(227, 38, 54);
--headerBoxColor:rgb(173, 32, 43);
--bodyBoxColor:rgb(255, 255, 255);
/* --postHeaderBoxColor:rgb(175, 238, 238); */
--postHeaderBoxColor:rgb(173, 32, 43);
/* 89, 152, 197 */
/* --bodyBoxColor:rgb(255, 255, 255); */
/* --bodyBoxColor:rgb(39, 38, 53); */
/* --bodyBoxColor:rgb(78, 89, 140); */
/* --bodyBoxColor:rgb(10, 9, 3); */
--bodyBoxColor:rgb(89, 152, 197);
/* --vologdaBoxColor: rgb(177, 250, 250); */
--vologdaBoxColor: rgb(227, 38, 54);
--vologdaBoxColor: rgb(173, 32, 43);
}

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;