diff --git a/layouts/index.html b/layouts/index.html index b1de25c..9f0cbf9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@

{{ .Site.Title }}

-
+
diff --git a/static/css/screen.css b/static/css/screen.css index c4553ee..1c5ede1 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -206,4 +206,14 @@ nav a:hover { padding-left: 2em; border-left: 2px solid black; } + #homepage-container { + flex-wrap: wrap; + } + .bigimage { + max-height: 20vh; + transform: skew(0deg); + } + a.button { + transform: skew(0deg); + } } diff --git a/favicon.ico b/static/favicon.ico similarity index 100% rename from favicon.ico rename to static/favicon.ico