aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-02-15 13:13:13 +0100
committerJoris Guyonvarch2015-02-15 13:13:13 +0100
commit71c8155599ea59cb4acb888843fadfa43c21e2c5 (patch)
treed838d71eb1d711e77e2e5e8874e15472bf1a35b4 /style.css
parent65bc73c3ad675dec2f4c630532fe94f7f7a70ac4 (diff)
downloadmakeup-71c8155599ea59cb4acb888843fadfa43c21e2c5.tar.gz
makeup-71c8155599ea59cb4acb888843fadfa43c21e2c5.tar.bz2
makeup-71c8155599ea59cb4acb888843fadfa43c21e2c5.zip
Fix contact flash when loading a page
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 1 insertions, 3 deletions
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;