From 3a1318276e580615cb5e8b94bf68525bf6bc231d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Tue, 31 Oct 2023 22:20:39 +0300 Subject: [PATCH] fix++ --- site/style/background.css | 6 ++---- site/style/buttonStyle.css | 12 ++++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/site/style/background.css b/site/style/background.css index 6c31c23..04ca1cb 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -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); } diff --git a/site/style/buttonStyle.css b/site/style/buttonStyle.css index 8994d44..3d3c6a8 100644 --- a/site/style/buttonStyle.css +++ b/site/style/buttonStyle.css @@ -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;