We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6aa2f commit fb46149Copy full SHA for fb46149
media/css/mozorg/about-transparency.scss
@@ -10,13 +10,13 @@
10
// * -------------------------------------------------------------------------- */
11
// Index
12
13
-dt {
+main dt {
14
@include text-title-xs;
15
font-weight: bold;
16
margin-top: $spacing-sm;
17
}
18
19
-dd {
+main dd {
20
padding: $spacing-sm;
21
22
@@ -96,12 +96,12 @@ dd {
96
margin: 0 auto $layout-lg;
97
98
99
-h2 {
+main h2 {
100
@include text-title-md;
101
margin-top: $spacing-2xl;
102
103
104
-h3 {
+main h3 {
105
@include text-title-sm;
106
107
0 commit comments