From 8e765b7738d22a9541d1ae36c9d19fa40d7cfdeb Mon Sep 17 00:00:00 2001 From: Ariyo Aresa <108690633+ariyoaresa@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:57:16 -0700 Subject: [PATCH] Update getai.css --- getai.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/getai.css b/getai.css index d6d4160..204e52a 100644 --- a/getai.css +++ b/getai.css @@ -112,14 +112,6 @@ ul, li{ width: 130px; } - - - - - - - - #sbcnt { display: flex; justify-content: center; @@ -308,3 +300,10 @@ footer{ color: #666; line-height: 1.6; } + +@media (max-width: 790px) { + #list{ + display: flex; + flex-direction: column; + } +}