From 2873c6468417720c661b9a2e2c3a5fe1282122b9 Mon Sep 17 00:00:00 2001 From: teshan2007 <72141643+teshan2007@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:37:59 +0530 Subject: [PATCH] Update style.css The container sizes are responsive with this code --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index cc35ecd07..8591684f8 100644 --- a/css/style.css +++ b/css/style.css @@ -11,10 +11,10 @@ p {font-weight: 200; font-size: 20px;} .name {font-family: Playfair Display; font-size: 50px; font-weight: 900; padding-bottom: 20px;} -.container {margin: 0 auto; width: 600px; height: 400px; padding: 80px 12px; overflow: auto;} +.container {margin: 0 auto; width: 50%; height: 35%; padding: 80px 12px; overflow: auto;} .meta {text-transform: uppercase; font-family: Courier New, Quicksand, "Helvetica Neue", "Arial", sans-serif; font-size: 11px; letter-spacing: .15em;} -.meta a:hover {border-bottom: 1px solid #CCFF26; color: #333;} +.meta a:hover {border-bottom: 1px solid #CCFF46; color: #333;} .inline-list {list-style: none; margin: 0; padding: 0;} .inline-list li {display: inline-block;}