diff --git a/static/homepage.html b/static/homepage.html
index 192167e..88fea64 100644
--- a/static/homepage.html
+++ b/static/homepage.html
@@ -13,11 +13,18 @@
text-align: left;
padding: 0 1ex;
}
-
.links section {
- margin-top: 3em;
+ margin-top: 1em;
+ display: inline-block;
+ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
+ padding: 1ex;
+ border-radius: 4px;
+ width: 100%;
+ max-width: calc(100vw - 4ex);
+ }
+ .links section h2 {
+ margin-top: 0;
}
-
h2 a {
color: black;
}