Skip to content

Commit

Permalink
Increase readibility
Browse files Browse the repository at this point in the history
  • Loading branch information
BadIdeaException committed Nov 14, 2023
1 parent 0545f6d commit 15f2eb3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
min-height: 100vh;


font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-weight: 400;
font-size: 10pt;

line-height: 1.8;

background: colors.$background;
color: colors.$text;

@media(min-width: 1200px) {
font-size: 12pt;
}

min-height: 100vh;
}

main {
Expand Down

0 comments on commit 15f2eb3

Please sign in to comment.