summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css13
-rw-r--r--templates/page.tmpl1
2 files changed, 12 insertions, 2 deletions
diff --git a/style.css b/style.css
index cdd5b01..4795dab 100644
--- a/style.css
+++ b/style.css
@@ -687,9 +687,18 @@ div.sidebar {
padding-right: 10px;
border: 0px;
+ font-size: 120%;
}
-#sidebar-text p {
- text-align: center;
+#sidebar-text {
+ display: none;
+}
+div.sidebar a {
+ text-align: center;
+ font-size: 130%;
+}
+div.sidebar span {
+ text-align: center;
+ font-size: 130%;
}
}
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 0563246..52d7278 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -11,6 +11,7 @@
</TMPL_IF>
</TMPL_IF>
<TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
+<meta name=viewport content="width=device-width, initial-scale=1">
<title><TMPL_VAR TITLE></title>
<TMPL_IF FAVICON>
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />