diff --git a/src/styles/app.scss b/src/styles/app.scss index 241a14d..30be414 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -29,13 +29,14 @@ html, body { height: 100%; width: 100vw; overflow-x: clip; + line-height: 1.3; } h1,h2,h3,h4,h5,h6 { font-weight: 900; } -p { +p, ul { // font-family: 'Bitter', serif; // text-align: justify; a { @@ -48,6 +49,21 @@ p { } } +ul:not(.social) { + line-height: 1.2; + ul { + margin-top: 0.2em; + } + li{ + &::marker { + color: var(--accent1); + content: "— "; + font-size: 1rem; + } + margin-bottom: 0.4em; + } +} + i { color: var(--fg2); } diff --git a/src/styles/projects.scss b/src/styles/projects.scss index 8fec9fe..0095ec8 100644 --- a/src/styles/projects.scss +++ b/src/styles/projects.scss @@ -11,8 +11,11 @@ main { display: grid; grid-template-rows: 1fr min-content; grid-template-columns: 2fr 1fr; - align-items: left; border: none; + + line-height: 1.15; + padding: 0.1em 0 0.15em 0; + h2 { margin: 0; }