Add styles for .video-cta and its child .button

This commit is contained in:
2026-01-08 02:29:57 +01:00
parent 24531f9b15
commit 4be37c2544

View File

@@ -229,6 +229,16 @@ h4 {
justify-content: center;
}
.video-cta {
display: flex;
justify-content: center;
}
.video-cta .button {
padding: 0.85rem 1.5rem;
font-size: 1.05rem;
}
.ig-block {
display: flex;
gap: 0.75rem;