diff --git a/wp-content/themes/twentytwentyfive/assets/css/components/footer.css b/wp-content/themes/twentytwentyfive/assets/css/components/footer.css index f380f36..b1cfeb7 100644 --- a/wp-content/themes/twentytwentyfive/assets/css/components/footer.css +++ b/wp-content/themes/twentytwentyfive/assets/css/components/footer.css @@ -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; +} } diff --git a/wp-content/themes/twentytwentyfive/assets/css/components/header.css b/wp-content/themes/twentytwentyfive/assets/css/components/header.css index 19c473d..9484d53 100644 --- a/wp-content/themes/twentytwentyfive/assets/css/components/header.css +++ b/wp-content/themes/twentytwentyfive/assets/css/components/header.css @@ -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 { diff --git a/wp-content/themes/twentytwentyfive/assets/images/tort.png b/wp-content/themes/twentytwentyfive/assets/images/tort.png new file mode 100644 index 0000000..4f73de8 Binary files /dev/null and b/wp-content/themes/twentytwentyfive/assets/images/tort.png differ diff --git a/wp-content/themes/twentytwentyfive/parts/footer.html b/wp-content/themes/twentytwentyfive/parts/footer.html index 8bfe7e3..d178efa 100644 --- a/wp-content/themes/twentytwentyfive/parts/footer.html +++ b/wp-content/themes/twentytwentyfive/parts/footer.html @@ -3,7 +3,9 @@
diff --git a/wp-content/themes/twentytwentyfive/parts/header.html b/wp-content/themes/twentytwentyfive/parts/header.html index 5779d09..83bfdcb 100644 --- a/wp-content/themes/twentytwentyfive/parts/header.html +++ b/wp-content/themes/twentytwentyfive/parts/header.html @@ -10,19 +10,19 @@