diff --git a/app/assets/stylesheets/public.less b/app/assets/stylesheets/public.less index 771e8e9..49dc4be 100644 --- a/app/assets/stylesheets/public.less +++ b/app/assets/stylesheets/public.less @@ -108,12 +108,19 @@ body{ #main{ text-align:justify; clear:both; + p{ margin-bottom: 18px; } .span8{ padding:0 5em 0 3em; + + ul{ + margin-left:1em; + + } + } h1, h2,h3,h4{ color :#00ade2; diff --git a/config/nginx.conf b/config/nginx.conf index 5f03afe..7430792 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,7 +4,7 @@ upstream ecole_eft_app_unicorn { server { listen 80; - server_name new.ecole-eft-france.fr; + server_name ecole-eft-france.fr new.ecole-eft-france.fr; root /home/web/ecole_eft_app/current/public; try_files $uri/index.html $uri @unicorn;