From 7c0999a1bbb08cb5d3774621a2d6f32adf0c2f76 Mon Sep 17 00:00:00 2001 From: SilicoFlare <100959814+SilicoFlare@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:17:15 +0530 Subject: [PATCH] changed header size --- silicoflare.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/silicoflare.css b/silicoflare.css index 76513db..cb387d4 100644 --- a/silicoflare.css +++ b/silicoflare.css @@ -65,6 +65,7 @@ input, textarea { header { padding: 10px; + width: 50px; background-color: #7F00FF; font-family: "SilicoHand"; border: none; @@ -284,7 +285,7 @@ a.steam:link a.insta:visited { /* Create the gradient. */ - background-image: linear-gradient(180deg, #161C34, #1D85B8) + background-image: linear-gradient(180deg, #161C34, #1D85B8); /* Set the background size and repeat properties. */ background-size: 100%;