fix(style): minor style fixes
This commit is contained in:
parent
c0d8dfed15
commit
c54f694e7c
2 changed files with 9 additions and 9 deletions
|
|
@ -70,16 +70,16 @@ h3 {
|
|||
|
||||
h4 {
|
||||
font-size: 1.1rem;
|
||||
margin-top: 1rem;
|
||||
margin-top: 1.7rem;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
font-size: 1.3rem;
|
||||
margin-top: 1.25rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
@include media-breakpoint-up(xl) {
|
||||
font-size: 1.5rem;
|
||||
margin-top: 1.75rem;
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.hero-title, .hero-subtitle {
|
||||
max-width: 42rem;
|
||||
margin-top: 0rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.lead {
|
||||
color: var(--text-muted);
|
||||
font-weight: normal;
|
||||
|
|
@ -40,6 +34,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.hero-title, .hero-subtitle {
|
||||
max-width: 42rem;
|
||||
margin-top: 0rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.hero.align-center {
|
||||
h1, .hero-title, .hero-subtitle, .hero-buttons {
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue