From 2fd2f65df1824e1ef69d3241c156b75bff0cd4a9 Mon Sep 17 00:00:00 2001 From: michivonah Date: Mon, 3 Oct 2022 15:00:12 +0200 Subject: [PATCH] fixed some design bugs #1 #2 --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 82b734d..67be8e9 100644 --- a/style.css +++ b/style.css @@ -254,7 +254,7 @@ body{ text-decoration: none !important; } - #aboutSocial a:hover:nth-child(1){ color: #8a3ab9; } + #aboutSocial a:hover:nth-child(1){ color: #e4405f; } #aboutSocial a:hover:nth-child(2){ color: #1DA1F2; } @@ -271,10 +271,14 @@ body{ margin: auto; } - #socialSelection input[type=radio]{ - display: none; + #socialSelection{ + margin: 10px auto 0 auto; } + #socialSelection input[type=radio]{ + display: none; + } + #socialSelection label{ font-size: 1.1rem; border: none;