fix(style): minor style fixes

This commit is contained in:
Rushabh Mehta 2022-04-08 07:56:23 +05:30
parent c0d8dfed15
commit c54f694e7c
2 changed files with 9 additions and 9 deletions

View file

@ -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 {

View file

@ -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;