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;