From 4d9a069e44df657520405fda1fd8c8f0aefd9c67 Mon Sep 17 00:00:00 2001 From: Riley Bautista <112599167+RileyBautista@users.noreply.github.com> Date: Sun, 2 Mar 2025 08:42:34 -0500 Subject: [PATCH] Update index.html --- index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1bfe70f..6167254 100644 --- a/index.html +++ b/index.html @@ -31,8 +31,14 @@ .card-body { flex: 1; } - .row-cols-1 .col, .row-cols-md-2 .col, .row-cols-xl-3 .col { - display: flex; + .row-cols-1 > * { + flex: 1 0 100%; + } + .row-cols-md-2 > * { + flex: 1 0 50%; + } + .row-cols-xl-3 > * { + flex: 1 0 33.3333%; }