Reset header size to previious values
This commit is contained in:
parent
39a6548141
commit
f0788c1e50
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-12.text-center
|
.col-md-12.text-center
|
||||||
%h1
|
%h2
|
||||||
Where to stay
|
Where to stay
|
||||||
- if @conference.venue
|
- if @conference.venue
|
||||||
in
|
in
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
- else
|
- else
|
||||||
%i.fa.fa-home.fa-5x
|
%i.fa.fa-home.fa-5x
|
||||||
.caption
|
.caption
|
||||||
%h2.text-center
|
%h3.text-center
|
||||||
= lodging.name
|
= lodging.name
|
||||||
- if lodging.description.present?
|
- if lodging.description.present?
|
||||||
= markdown(lodging.description)
|
= markdown(lodging.description)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue