Skip to content

Commit 3bd887d

Browse files
committed
Add styling to h1
1 parent f7f8b7c commit 3bd887d

File tree

1 file changed

+6
-0
lines changed
  • actionpack/lib/action_dispatch/middleware/templates/rescues

1 file changed

+6
-0
lines changed

actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
padding: 0.5em 1.5em;
3535
}
3636

37+
h1 {
38+
margin: 0.2em 0;
39+
line-height: 1.1em;
40+
font-size: 2em;
41+
}
42+
3743
h2 {
3844
color: #C52F24;
3945
line-height: 25px;

0 commit comments

Comments
 (0)