fix(style): minor style fixes

This commit is contained in:
Rushabh Mehta 2022-04-08 07:50:07 +05:30
parent 96a6233953
commit c0d8dfed15
2 changed files with 7 additions and 2 deletions

View file

@ -5,7 +5,6 @@
}
.from-markdown {
color: $gray-700;
line-height: 1.7;
> :first-child {
@ -34,6 +33,10 @@
line-height: 1.7;
}
p.lead {
@extend .lead;
}
li {
padding-top: 1px;
padding-bottom: 1px;

View file

@ -23,9 +23,11 @@
}
.lead {
color: var(--text-muted);
font-weight: normal;
font-size: 1.25rem;
margin-bottom: 1.5rem;
margin-top: -1rem;
margin-bottom: 2.5rem;
}
.hero-subtitle {