diff --git a/base.css b/base.css index 1df1e06..456cfb7 100644 --- a/base.css +++ b/base.css @@ -16,6 +16,10 @@ main{ .centered{ text-align: center; } +.content > p{ + margin-top: 0.5em; + margin-bottom: 0.5em; +} .header{ position: fixed; top: 0; @@ -28,6 +32,9 @@ main{ overflow: hidden; text-align: center; } +.sort-button{ + cursor: pointer; +} .home-button > div, .sort-button > div{ display: inline; font-size: 60px; diff --git a/index.go.html b/index.go.html index f61034e..fe84abf 100644 --- a/index.go.html +++ b/index.go.html @@ -50,7 +50,7 @@
-
+
{{ .Data.About.GetContent }}
@@ -75,7 +75,7 @@
-
+
{{ .GetContent }}