diff --git a/wp-content/themes/2017_baby/style.css b/wp-content/themes/2017_baby/style.css index 959335b..7a24a62 100644 --- a/wp-content/themes/2017_baby/style.css +++ b/wp-content/themes/2017_baby/style.css @@ -803,24 +803,39 @@ section { padding: 80px 0; position: relative; overflow: hidden; } } /* Beep heading size bump */ +.beep-section-full .beep-feed-header, +.beep-section .beep-feed-header { + text-align: center !important; +} + .beep-section-full .beep-feed-header > div, .beep-section .beep-feed-header > div { + display: flex !important; + align-items: center !important; + justify-content: center !important; + text-align: center !important; + width: 100% !important; + margin: 0 auto !important; gap: 12px !important; padding: 8px 0 10px !important; } .beep-section-full .beep-feed-header strong, .beep-section .beep-feed-header strong { + display: inline-block !important; font-size: 1.55rem !important; line-height: 1.1 !important; font-weight: 800 !important; letter-spacing: -0.02em !important; + text-align: center !important; } .beep-section-full .beep-feed-header img, .beep-section .beep-feed-header img { + display: inline-block !important; height: 34px !important; width: auto !important; + vertical-align: middle !important; } @media (max-width: 768px) {