From 4be37c25448d2910ce0c0e12d65ed8970c231857 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:29:57 +0100 Subject: [PATCH] Add styles for .video-cta and its child .button --- client/src/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/src/index.css b/client/src/index.css index 1ac8a6a..d9f5512 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -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;