Skip to content

Commit 3dcd7a4

Browse files
authored
Make lead paragraph look more consistent (#357)
1 parent 81f624f commit 3dcd7a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_sass/_custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,3 +1220,10 @@ footer .svg-wave {
12201220
display: none !important;
12211221
}
12221222
}
1223+
1224+
.lead {
1225+
font-size: inherit;
1226+
font-weight: inherit;
1227+
background-color: $gray-100;
1228+
padding: 20px;
1229+
}

0 commit comments

Comments
 (0)