add h1 text to bonfire, challenge and account views

This commit is contained in:
Michael Q Larson
2015-02-04 13:04:51 -08:00
parent 62bd350a29
commit f2ad94d7c6
4 changed files with 11 additions and 4 deletions

View File

@ -136,6 +136,12 @@ ul {
font-size: 25px;
}
.panel-heading > h1 {
font-size: 25px;
padding: 2px;
margin: 2px;
}
.navbar-brand {
font-size: 26px;
}

View File

@ -2,7 +2,8 @@ extends ../layout
block content
.col-xs-12.col-sm-12.col-md-12
.panel.panel-primary
.panel-heading.text-center #{username}
.panel-heading.text-center
h1 #{username}'s portfolio
.panel-body
.row
.col-xs-12

View File

@ -20,8 +20,7 @@ block content
.row
.col-xs-12.col-sm-12.col-md-4.bonfire-top
#testCreatePanel
h2.text-center= name
h1.text-center= name
h2.text-center.bonfire-flames
if (difficulty == "0")
i.ion-ios-flame-outline

View File

@ -3,7 +3,8 @@ block content
.row
.col-sm-12.col-md-12.col-xs-12
.panel.panel-primary
.panel-heading.text-center #{name} (takes #{time} minutes)
.panel-heading.text-center
h1 #{name} (takes #{time} minutes)
script.
var bonfireName = null;
.panel.panel-body