fix: fix body margin, font & background
This commit is contained in:
parent
77dd7aa0d2
commit
a52d148b45
|
|
@ -1,3 +1,12 @@
|
|||
body {
|
||||
background-image: url(img/background.jpg);
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
text-align: justify;
|
||||
line-height: 25px;
|
||||
color: var(--color);
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: -60px auto 0 auto;
|
||||
padding: 0 var(--space-small);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
@import 'lib/reset.scss';
|
||||
@import 'lib/variables.scss';
|
||||
@import 'lib/typo.scss';
|
||||
@import 'lib/nav.scss';
|
||||
|
|
|
|||
Loading…
Reference in New Issue