Skip to content

Commit a8b2d73

Browse files
committed
resize framework name to make size equal
1 parent ccfee64 commit a8b2d73

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

css/main.css

+3
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ body {
2020
}
2121
.col-sm-6.smallpad {
2222
padding: 5px;
23+
}
24+
.jumbotron .row h1 {
25+
font-size: 40px;
2326
}

ember-v2.10.0-beta.3/app/styles/app.css

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ body {
2121
.col-sm-6.smallpad {
2222
padding: 5px;
2323
}
24+
.jumbotron .row h1 {
25+
font-size: 40px;
26+
}

ember-v2.6.1/app/styles/app.css

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ body {
2121
.col-sm-6.smallpad {
2222
padding: 5px;
2323
}
24+
.jumbotron .row h1 {
25+
font-size: 40px;
26+
}

0 commit comments

Comments
 (0)