Edit heading style
This commit is contained in:
parent
6b8f885905
commit
11756acbdd
8 changed files with 16 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
@use 'minireset';
|
||||
@use 'fonts';
|
||||
@use 'variables' as *;
|
||||
@use 'animations';
|
||||
@use 'partials/minireset';
|
||||
@use 'partials/fonts';
|
||||
@use 'partials/variables' as *;
|
||||
@use 'partials/animations';
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// GENERALITIES
|
||||
|
@ -40,7 +40,7 @@ h3 {
|
|||
font-family: var(--text-font-family);
|
||||
font-size: var(--h3-font-size);
|
||||
line-height: var(--h3-font-size);
|
||||
margin: 1rem 0;
|
||||
margin: 2rem 0 1rem 0;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue