From 4c28c659f5f09f3f52d2c68e80da680ca9590186 Mon Sep 17 00:00:00 2001 From: "Ziru \"Ron\" Chen" Date: Thu, 3 Oct 2024 15:05:02 -0400 Subject: [PATCH] v1 --- static/css/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index a6343cf..422af7b 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -144,13 +144,6 @@ body { padding: 10px; } -@media screen and (max-width: 768px) { - #org-banners { - flex-direction: column; - justify-content: space-around; - } -} - .sab_example{ display: grid; grid-template-columns: 35% 55%; @@ -161,4 +154,11 @@ body { grid-template-areas: "box1 box3" "box2 box4"; +} + +@media screen and (max-width: 768px) { + #org-banners { + flex-direction: column; + justify-content: space-around; + } } \ No newline at end of file