Skip to content

Commit 6cd688a

Browse files
committed
update the app title styles
1 parent 5988e02 commit 6cd688a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body {
1010
body,
1111
ol,
1212
p,
13+
h1,
1314
h3,
1415
span,
1516
div {
@@ -56,6 +57,12 @@ main {
5657
}
5758

5859
/* element specific */
60+
header > h1 {
61+
font-size: 2rem;
62+
font-weight: 600;
63+
padding: 1.2rem 0;
64+
}
65+
5966
/* left panel */
6067
.left-panel {
6168
width: 33%;

0 commit comments

Comments
 (0)