fix++
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user