+
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


