fix(style): minor style fixes
This commit is contained in:
parent
96a6233953
commit
c0d8dfed15
2 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue