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;
}