From 2d3fca2c6e9376b28a0807b53215fbc1ed60638e 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 20:29:28 +0300 Subject: [PATCH] Footer v2 --- site/pages/Музей-заповедник.html | 5 +---- site/style/background.css | 18 +++--------------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/site/pages/Музей-заповедник.html b/site/pages/Музей-заповедник.html index 916baf3..f5821d5 100644 --- a/site/pages/Музей-заповедник.html +++ b/site/pages/Музей-заповедник.html @@ -31,10 +31,7 @@ diff --git a/site/style/background.css b/site/style/background.css index 677c493..9b65fb3 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -8,7 +8,7 @@ top: 10%; z-index: 2; - width: 70%; + width: 60vw; background-color: var(--headerBoxColor); border-radius: 2vw; @@ -73,22 +73,10 @@ margin-top: calc(var(--boxHeight) * 1.5); width: 70%; - } + background-color: var(--headerBoxColor); + border-radius: 1vw; - .prevFooter{ - height: calc(var(--boxHeight) * 0.4); - - border-top-right-radius: 1vw; - border-top-left-radius: 1vw; - background-color: var(--postHeaderBoxColor); - } - - .postFooter{ - border-bottom-right-radius: 1vw; - border-bottom-left-radius: 1vw; - background-color: var(--headerBoxColor); - text-align: center; overflow: hidden; }