From 71c8155599ea59cb4acb888843fadfa43c21e2c5 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 15 Feb 2015 13:13:13 +0100 Subject: Fix contact flash when loading a page --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index a1489cb..d09d767 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,6 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #FBDEE3; -} - -.headerMenuContent { width: 800px; margin: auto; } @@ -67,6 +64,7 @@ a:hover { .contact { background-color: #EEEEEE; + border-radius: 5px; padding: 30px; text-align: center; color: #555555; -- cgit v1.2.3