From fab28f58bd77dbd4e78c636deaa3fc8f1694f3d1 Mon Sep 17 00:00:00 2001 From: Osahenru <93861430+TimOsahenru@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:24:15 +0000 Subject: [PATCH] Make slider full image (#587) Makes the Carousel full width --- assets/css/bpd.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/bpd.css b/assets/css/bpd.css index f66cfb9..f6786cb 100644 --- a/assets/css/bpd.css +++ b/assets/css/bpd.css @@ -563,12 +563,12 @@ ul.speaking-list { background-color: #fff; } - .info h2 { margin: 10px 0; font-size: 1.5em; color: #333; } + .info p { margin: 0; font-size: 1em; @@ -613,6 +613,7 @@ button.next:focus { .next { right: 10px; } + .grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));