From a79ace10ecb5b720ddcc4c441b8cc524bc505bac Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 5 Jan 2021 11:10:51 -0500 Subject: [PATCH] make something different make .contact width fixed instead of a % of its parent so that users with massive fucking displays dont get really wide buttons. only mobile users suffer that fate --- styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 1ec970c..083d6c3 100644 --- a/styles.css +++ b/styles.css @@ -19,8 +19,7 @@ a { } .contact { float: left; - min-width: 150px; - width: 10%; + width: 150px; padding: 15px; margin: 0px 10px 10px 0px; background-color: #232629;