Skip to content

Commit

Permalink
Format title text on multiple pages.
Browse files Browse the repository at this point in the history
- Added question mark on hobbies page

Related #112
  • Loading branch information
RhodesPeter committed Mar 30, 2017
1 parent 179d3d1 commit 1ba250d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions public/views/friends.hbs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<div class="friends">
<div class="friends__text">
<h2 class="friends__title">Friends</h2>
<h2 class="friends__title">How do you feel about <br> your friendships?</h2>
</div>
<div class="friends__emoji-sprite"></div>
<div class="friends__text">
<p class="friends__subtitle">How do you feel about <br> your friendships?</p>
</div>
<div class="friends__slider">
<input name="Friends" class="friends__range range" type="range" min="1"
max="5" value="3" step="1">
Expand Down
2 changes: 1 addition & 1 deletion public/views/hobbies.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="hobbies">
<div class="hobbies__text">
<h2 class="hobbies__title">What are you interested in</h2>
<h2 class="hobbies__title">What are you<br>interested in?</h2>
</div>
<div class="hobbies__table">
<div class="table__row">
Expand Down
2 changes: 1 addition & 1 deletion public/views/school.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="school">
<div class="school__text">
<h2 class="school__title">How do you feel about school?</h2>
<h2 class="school__title">How do you feel<br>about school?</h2>
</div>
<div class="friends__emoji-sprite"></div>
<div class="school__slider">
Expand Down
2 changes: 1 addition & 1 deletion public/views/sleep.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="sleep">
<div class="sleep__text">
<h2 class="sleep__title">How well <br> have you been sleeping?</h2>
<h2 class="sleep__title">How well have<br>you been sleeping?</h2>
</div>
<div class="sleep__sleeping-lion"></div>
<div class="sleep__slider">
Expand Down

0 comments on commit 1ba250d

Please sign in to comment.