Готовый хедер и футер

This commit is contained in:
2026-05-03 14:46:21 +03:00
parent f62eece199
commit 208614f71b
5 changed files with 26 additions and 21 deletions

View File

@@ -25,7 +25,7 @@
color: #2f2520;
font-size: 24px;
line-height: 1.1;
font-family: "Cormorant Garamond", Georgia, serif;
/* font-family: "Cormorant Garamond", Georgia, serif; */
}
.site-footer__text {
@@ -81,8 +81,17 @@
width: min(1280px, calc(100% - 20px));
padding-top: 42px;
}
.site-footer__grid {
gap: 24px;
}
.site-footer__col {
flex:0 0 50%;
margin-bottom: 15px;
}
.site-footer__grid {
gap: 0;
}
.site-footer__title {
margin: 0 0 10px;
color: #2f2520;
font-size: 16px;
line-height: 1.1;
}
}

View File

@@ -88,8 +88,8 @@ body {
.site-header__logo-text {
color: var(--st-ink);
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 29px;
/* font-family: Georgia, serif; */
font-size: 16px;
line-height: 0.95;
}
@@ -196,8 +196,8 @@ body {
.mobile-menu__panel {
position: relative;
z-index: 2;
height: 100%;
width: 100%;
height: 100vh;
background: linear-gradient(160deg, #fffdf9 0%, #f9efe4 100%);
padding: 26px 18px 30px;
display: flex;
@@ -288,10 +288,6 @@ body.has-mobile-menu {
width: 38px;
height: 38px;
}
.site-header__logo-text {
font-size: 25px;
}
}
.wp-site-blocks {