aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-02-18 00:16:31 +0100
committerJoris Guyonvarch2015-02-18 00:16:31 +0100
commit45ca698ea09deb76c1dba13995fd22504900ae68 (patch)
tree15007ab878ec23b423790fe4321e4d9212a7021b /style.css
parented1c7969bdaa0adac6f780894ced142fdfc470ba (diff)
downloadmakeup-45ca698ea09deb76c1dba13995fd22504900ae68.tar.gz
makeup-45ca698ea09deb76c1dba13995fd22504900ae68.tar.bz2
makeup-45ca698ea09deb76c1dba13995fd22504900ae68.zip
Putting back contact to static page
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 6f1701c..7b814c5 100644
--- a/style.css
+++ b/style.css
@@ -25,7 +25,8 @@ body {
#content {
margin-top: 120px;
background-color: white;
- border-radius: 5px;
+ border-top-left-radius: 10px;
+ border-top-right-radius: 10px;
padding: 50px 80px 30px;
}
@@ -92,7 +93,6 @@ strong {
.contact {
background-color: #EEEEEE;
- border-radius: 5px;
padding: 30px;
text-align: center;
color: #555555;