From 1888315074f52a5025c340f64b13892218cbfb02 Mon Sep 17 00:00:00 2001 From: Khiaotic <112679225+Khiaotic@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:37:01 -0400 Subject: [PATCH] Update style.css --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index 2ab4394..95962ca 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,8 @@ main { margin-top: 60px; + display: flex; + flex-wrap: wrap; + justify-content: center; } main h1 { @@ -27,3 +30,14 @@ main p { font-family: "Roboto", sans-serif; margin-top: 0; } + + + + + +@media (max-width: 768px) { + main { + flex-direction: column; + align-itmes: center; + } +}