From 704ec671db6af2c1e989c2f909c2d094d8d1e557 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 7 Jan 2021 14:36:59 -0500 Subject: [PATCH] better make font size bigger (1.2em) make contact div wider to accomodate increased font size --- styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ed8b961..36de59e 100644 --- a/styles.css +++ b/styles.css @@ -5,6 +5,9 @@ width: 69%; margin: auto; } +p { + font-size: 1.2em; +} a { color: #bb99ff; text-decoration: none; @@ -15,7 +18,7 @@ a { } .contact { float: left; - width: 150px; + width: 170px; padding: 15px; margin: 0px 10px 10px 0px; background-color: #232629;