From ddd42a4cf9cfc04e3533ebccb6f8925e67bf9ef6 Mon Sep 17 00:00:00 2001 From: Rohith-Ramesh <62756428+Rohith-Ramesh@users.noreply.github.com> Date: Sat, 3 Oct 2020 14:29:09 +0530 Subject: [PATCH] Update style.css --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index a505174..15919fe 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -78,7 +78,7 @@ html { color: black; background-color: #006633; border-radius: 20px; - font-size: 16px; + font-size: 18px; font-weight: 500; } @@ -147,7 +147,7 @@ html { .display-4 { font-family: 'VT323', monospace; color: #b0bec5; - font-size: 80px; + font-size: 81px; font-weight: 400; } @@ -244,7 +244,7 @@ a, a:hover, a:focus, a:active { width: 60px; } .fa-github, .fa-github:hover, .fa-github:focus { - font-size: 40px; + font-size: 42px; top: 30px; right: 30px; }