aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorabesnard2015-02-15 17:06:10 +0100
committerabesnard2015-02-15 17:06:10 +0100
commit5473dc553ecf68af54de4282a81ed5b657df305e (patch)
treed78e8e5d6ab87c561d0fbf45efff8b4c5585fd00 /style.css
parentbc8f087aaef57b6c39c0faa3c860e314fa72df0b (diff)
downloadmakeup-5473dc553ecf68af54de4282a81ed5b657df305e.tar.gz
makeup-5473dc553ecf68af54de4282a81ed5b657df305e.tar.bz2
makeup-5473dc553ecf68af54de4282a81ed5b657df305e.zip
modification de la police et modification de la taille des marges
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 bb5cd91..434e7b9 100644
--- a/style.css
+++ b/style.css
@@ -6,7 +6,7 @@
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #FBDEE3;
- width: 800px;
+ width: 900px;
margin: auto;
}
@@ -24,7 +24,7 @@ body {
margin-top: 65px;
background-color: white;
border-radius: 5px;
- padding: 40px 50px 30px 50px;
+ padding: 50px 80px 30px;
}
h1 {