Improve spacing around subtitle in hero
This commit is contained in:
parent
1ae3288a73
commit
80cbcfbb47
1 changed files with 2 additions and 2 deletions
|
@ -80,12 +80,12 @@ section.hero {
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 1rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 0.75rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 3.5rem;
|
font-size: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue