From f0788c1e50fbeb809e165bf5a37c8c10e7adfd34 Mon Sep 17 00:00:00 2001 From: Stavy Date: Sat, 16 Dec 2017 16:35:49 +0200 Subject: [PATCH] Reset header size to previious values --- app/views/conferences/_lodging.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/conferences/_lodging.html.haml b/app/views/conferences/_lodging.html.haml index 70bea7f1..2ad18887 100644 --- a/app/views/conferences/_lodging.html.haml +++ b/app/views/conferences/_lodging.html.haml @@ -5,7 +5,7 @@ .container .row .col-md-12.text-center - %h1 + %h2 Where to stay - if @conference.venue in @@ -31,7 +31,7 @@ - else %i.fa.fa-home.fa-5x .caption - %h2.text-center + %h3.text-center = lodging.name - if lodging.description.present? = markdown(lodging.description)