Added column layout
This commit is contained in:
parent
e37265ed2b
commit
711e891ced
1 changed files with 4 additions and 1 deletions
|
@ -19,13 +19,16 @@
|
|||
body {
|
||||
font-family: "Inter var experimental", "Inter var", "Inter", sans-serif;
|
||||
color: var(--text);
|
||||
margin: 0;
|
||||
margin: auto;
|
||||
margin-top: 4rem;
|
||||
padding: 1rem;
|
||||
font-weight: 350;
|
||||
font-feature-settings: "ss01", "ss02", "ss03", "cv05", "cv08";
|
||||
column-width: 360px;
|
||||
max-width: 1920px;
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3 {font-weight: 250}
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
|
|
Loading…
Reference in a new issue