From 49db15c15ccf71dce34b1544b1216be43d7272ad Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 8 Feb 2016 12:15:57 +0100 Subject: [PATCH] styling --- app/assets/stylesheets/public.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index f958c07..85ef27e 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -31,7 +31,7 @@ body{ padding:0; margin:0; - background:rgba(250,250,250,1); + background:white; font-size: 16px; line-height: 22px; color: #8d8d8d; @@ -39,7 +39,16 @@ body{ } +.center{ + max-width:1100px; + margin:auto; +} +h1,h2,h3{ + text-transform:uppercase; + font-weight:normal; + +} .top{ height:100px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);