diff --git a/css/style.css b/css/style.css index 9bee733..dd959ee 100644 --- a/css/style.css +++ b/css/style.css @@ -4,6 +4,7 @@ --ln-color: #FFFF00; --ln-color-visited: #FFAA00; } + html { display: flex; width: 100vw; @@ -12,21 +13,45 @@ html { font-size: 1em; font-family: monospace, "Cascadia Code", monospace; } + body { width: 80ch; height: 100vh; margin: 0; } -#who { text-align: center; padding-top: 1lh; } -#bio { padding: 1lh 0; } -a { color: var(--ln-color); } -a:visited { color: var(--ln-color-visited); } + +#who { + text-align: center; + padding-top: 1lh; +} + +#bio { + padding: 1lh 0; +} + +a { + color: var(--ln-color); +} + +a:visited { + color: var(--ln-color-visited); +} + ul { list-style-type: '- '; padding-left: 4ch; margin-top: 1lh; margin-bottom: 1lh; } -.section-title { text-decoration: underline; } -.footer-ws { max-height: use-available; } -footer { text-align: center; } + +.section-title { + text-decoration: underline; +} + +.footer-ws { + max-height: use-available; +} + +footer { + text-align: center; +} diff --git a/index.html b/index.html index 83315bc..33944dc 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,7 @@
  • CV:   - [cv.pdf] + [cv.pdf]
  • diff --git a/pdf/cv.pdf b/pdf/cv.pdf new file mode 100644 index 0000000..cac9494 Binary files /dev/null and b/pdf/cv.pdf differ