Skip to content

Commit 991b303

Browse files
committed
styling updates
1 parent 362683c commit 991b303

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

web-components/footer/footer.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ footer {
22
background-color: #1c1c1c;
33
margin: 0;
44
padding: 1em;
5-
/* width: 100%; */
65
}
76

87
footer > ul, footer > p {

wp-includes/css/page.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,18 @@ h1, h2, h3, h4, h5, h6, p {
4545
font-family: "ibm-plex-sans", "Helvetica Neue", Arial, sans-serif;
4646
}
4747

48-
h2, h6 {
48+
h2 {
49+
line-height: 2.1875rem;
4950
font-weight: 500;
5051
}
5152

5253
h3 {
5354
font-size: var(--plex-24);
5455
}
56+
57+
h6 {
58+
font-weight: 500;
59+
}
5560
/* -------------------------------------------------------- */
5661

5762
/* Backgrounds */

0 commit comments

Comments
 (0)