Skip to content

Commit 71dd05b

Browse files
committed
Style main heading
1 parent 5a5a4be commit 71dd05b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

assets/css/style.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
@font-face {
77
font-family: "Until 25";
88
font-style: italic;
9-
src: url("../Until25-Italic.otf") format("opentype");
9+
src: url("../fonts/Until25-Italic.otf") format("opentype");
1010
}
1111

1212
h1#until-25 {
13-
font: italic normal 50px / 1 "Until 25", monospace;
14-
color: #141414;
13+
background-color: #141414;
14+
color: whitesmoke;
15+
font: italic normal 3rem / 1 "Until 25", monospace;
16+
padding: calc((100px - 3rem) / 2) 0;
17+
text-align: center;
1518
}
File renamed without changes.

0 commit comments

Comments
 (0)