Center Beep heading

This commit is contained in:
2026-06-06 00:27:55 -07:00
parent be597a0f92
commit a48f1b7b6d
+15
View File
@@ -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) {