From de286a249ca1fd798636ed5339afc951fed38e7c Mon Sep 17 00:00:00 2001 From: document10 Date: Sat, 16 Dec 2023 00:19:24 +0200 Subject: [PATCH] fixed link padding for some screens --- styles.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/styles.css b/styles.css index a173bef..4662ba1 100644 --- a/styles.css +++ b/styles.css @@ -108,10 +108,6 @@ a { text-align: center; padding: 0.5%; margin: 0.5% 3% 0.5% 3%; - display: flex; - flex-flow: row nowrap; - justify-content: center; - align-items: center; filter: invert(100%); transition: all 0.5s; } @@ -187,8 +183,7 @@ a { margin: 1% 4% 1% 4%; } .social { - justify-content: space-between; - margin: 2%; + margin: 1%; } .footer{ font-size: 3vh;