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);