diff --git a/static/css/style.css b/static/css/style.css index 7fa6ff6..20a9fbd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,6 +32,14 @@ a#back { color: #111; } +a.links { + font-size: 1.1em; +} + +a.homelinks { + font-size: 1.3em; +} + #stuff { margin: 55px 150px 25px 150px; } @@ -95,20 +103,34 @@ h2 { width: 100%; } - #leftfooter { + #leftfooter, + #rightfooter { position: fixed; - bottom: 10px; right: 10px; text-align: right; + left: 0px; + display: block; + font-size: 2vw; + } + + #leftfooter { + bottom: 10px; } #rightfooter { - position: fixed; bottom: 35px; - right: 10px; } #stuff { - margin: 15px 50px 25px 50px; + margin: 15px 25px 25px 25px; } + + a.links { + font-size: 5ev; + } + + a.homelinks { + font-size: 7ev; + } + } \ No newline at end of file diff --git a/templates/home.page.tmpl b/templates/home.page.tmpl index 5d7019b..5f748c8 100644 --- a/templates/home.page.tmpl +++ b/templates/home.page.tmpl @@ -12,7 +12,7 @@
{{ range (index .LinkMap "Pages")}} - {{ .Text }}
+ {{ .Text }}
{{ end }}
{{ end -}} diff --git a/templates/links.tmpl b/templates/links.tmpl index 4b8b18d..ffee87d 100644 --- a/templates/links.tmpl +++ b/templates/links.tmpl @@ -7,7 +7,7 @@ {{- range $key, $value := .LinkMap }}

{{ $key }}

{{- range $value }} - + {{- if (ne .Icon "") }} {{ end }} @@ -16,7 +16,7 @@ {{- end }} {{ end -}}
-
+ back