Skip to content

Commit fb46149

Browse files
authored
Apply about-transparency styles only to content (#16126)
1 parent 6d6aa2f commit fb46149

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

media/css/mozorg/about-transparency.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
// * -------------------------------------------------------------------------- */
1111
// Index
1212

13-
dt {
13+
main dt {
1414
@include text-title-xs;
1515
font-weight: bold;
1616
margin-top: $spacing-sm;
1717
}
1818

19-
dd {
19+
main dd {
2020
padding: $spacing-sm;
2121
}
2222

@@ -96,12 +96,12 @@ dd {
9696
margin: 0 auto $layout-lg;
9797
}
9898

99-
h2 {
99+
main h2 {
100100
@include text-title-md;
101101
margin-top: $spacing-2xl;
102102
}
103103

104-
h3 {
104+
main h3 {
105105
@include text-title-sm;
106106
margin-top: $spacing-2xl;
107107
}

0 commit comments

Comments
 (0)