Skip to content

Commit

Permalink
fix: Text centering on application page (#361)
Browse files Browse the repository at this point in the history
* Fix bug

* Long containers are left aligned,not centernewline
  • Loading branch information
peterkos authored Sep 20, 2020
1 parent 28913f7 commit 0237965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/questionnaires/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.form-container
%h1.section-title
Apply for
.emphasized.text-overflow-center= HackathonConfig['name']
%span.emphasized= HackathonConfig['name']
= render 'form'
- else
.form-container
Expand Down

0 comments on commit 0237965

Please sign in to comment.