This commit is contained in:
Nicolas Bally 2016-02-08 12:15:57 +01:00
parent 428372d6f9
commit 49db15c15c

View File

@ -31,7 +31,7 @@ body{
padding:0; padding:0;
margin:0; margin:0;
background:rgba(250,250,250,1); background:white;
font-size: 16px; font-size: 16px;
line-height: 22px; line-height: 22px;
color: #8d8d8d; color: #8d8d8d;
@ -39,7 +39,16 @@ body{
} }
.center{
max-width:1100px;
margin:auto;
}
h1,h2,h3{
text-transform:uppercase;
font-weight:normal;
}
.top{ .top{
height:100px; height:100px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);