diff --git a/public/index.html b/public/index.html index 784de8b..e4cc3bb 100644 --- a/public/index.html +++ b/public/index.html @@ -19,12 +19,12 @@

full-stack web developer

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis, nibh sed ultrices vehicula, risus enim fermentum lacus, vitae lacinia erat arcu in magna. Sed eget aliquam diam, vitae facilisis enim. Morbi laoreet nulla sit amet eros tempor tincidunt.

-

Programming languages: JavaScript, PHP, SQL & Python

+

I create things with code, and usually design things for humans to interact with my code. I'm also a true wannabe jack of all trades; and coffee-loving non-coffee snob.

+

hello@victorwesterlund.com

diff --git a/public/not_found.html b/public/not_found.html index bd9a455..60d0235 100644 --- a/public/not_found.html +++ b/public/not_found.html @@ -19,11 +19,11 @@ } h1 { - font-size: 6em; + font-size: 8vh; } h2 { - font-size: 3em; + font-size: 4vh; } img { @@ -34,6 +34,26 @@ transform: translate(-50%); pointer-events: none; } + @media screen and (max-width: 800px) { + + .logo { + --size: 15vw; + margin-bottom: 10vw; + } + + #content { + padding: 10vw; + } + + h1 { + font-size: 10vw; + } + + h2 { + font-size: 5vw; + } + + } diff --git a/server.conf b/server.conf index c08d0a5..d0c667f 100644 --- a/server.conf +++ b/server.conf @@ -19,8 +19,7 @@ server { include snippets/ssl.conf; root /var/www/github_victorwesterlund_victorwesterlund.com/public; - - error_page 404 403 /not_found.html; + error_page 404 403 /not_found.html; location \ { try_files $uri $uri.html $uri/ =404;