From 7596234f090a6b79dd89cbe1c3b84c3d69136fb7 Mon Sep 17 00:00:00 2001 From: surabhigupta071 <126202819+surabhigupta071@users.noreply.github.com> Date: Wed, 5 Apr 2023 12:13:41 -0400 Subject: [PATCH] Update Home.module.css --- styles/Home.module.css | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/styles/Home.module.css b/styles/Home.module.css index 32a57d5..3c987d7 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -4,7 +4,7 @@ .main { min-height: 100vh; - padding: 4rem 0; + padding: 4rem 0 0; flex: 1; display: flex; flex-direction: column; @@ -61,8 +61,7 @@ border-radius: 5px; padding: 0.75rem; font-size: 1.1rem; - font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, - Bitstream Vera Sans Mono, Courier New, monospace; + font-family: Menlo, Monaco, monospace; } .grid { @@ -75,9 +74,8 @@ .card { margin: 1rem; - padding: 1.5rem; + padding-top: 1.5rem; text-align: left; - color: inherit; text-decoration: none; border: 1px solid #eaeaea; border-radius: 10px; @@ -93,24 +91,11 @@ } .card h2 { - margin: 0 0 1rem 0; + margin-bottom: 1rem; font-size: 1.5rem; } .card p { margin: 0; font-size: 1.25rem; - line-height: 1.5; -} - -.logo { - height: 1em; - margin-left: 0.5rem; -} - -@media (max-width: 600px) { - .grid { - width: 100%; - flex-direction: column; - } -} + line-height: 1.