Skip to content

Commit 801b703

Browse files
committed
style: Refine header typography for title and subtitle
1 parent 4415e8b commit 801b703

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ header {
3939
text-align: centre;
4040
border-bottom: var(--line);
4141
}
42+
43+
header h1 {
44+
margin: 0;
45+
font-size: 2rem;
46+
text-align: center;
47+
}
48+
49+
header p {
50+
font-size: 1.1rem;
51+
opacity: 0.8;
52+
text-align: center;
53+
}
4254
a {
4355
padding: var(--space);
4456
border: var(--line);

0 commit comments

Comments
 (0)