fix: Default styling for h3
This commit is contained in:
parent
40a0c69255
commit
a1cfcbfb64
1 changed files with 13 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ h1 {
|
|||
|
||||
h2 {
|
||||
font-size: $font-size-xl;
|
||||
font-weight: bold;
|
||||
font-weight: 700;
|
||||
margin-bottom: 0.75rem;
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
|
|
@ -44,3 +44,15 @@ h2 {
|
|||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: $font-size-base;
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
font-size: $font-size-lg;
|
||||
}
|
||||
@include media-breakpoint-up(md) {
|
||||
font-size: $font-size-xl;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue