Skip to content

Commit 7a5b6a1

Browse files
committed
Move top and bottom margins
1 parent 414f2fe commit 7a5b6a1

File tree

1 file changed

+4
-2
lines changed
  • tutorials/css/flexbox/flexbox--justify-content/css

1 file changed

+4
-2
lines changed

tutorials/css/flexbox/flexbox--justify-content/css/headings.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ h1 {
22
font-family: var(--typeface--level-1-heading);
33
text-align: center;
44
font-size: var(--font-size--level-1-heading);
5-
margin-top: var(--margin);
6-
margin-bottom: var(--margin);
75
}
86

97
h2 {
108
font-size: var(--font-size--level-2-heading);
119
font-weight: var(--semi-bold);
10+
}
11+
12+
h1,
13+
h2 {
1214
margin-top: var(--margin);
1315
margin-bottom: var(--margin);
1416
}

0 commit comments

Comments
 (0)