From 426e2e0d168525b18b5b150d950163dfb4c187c5 Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 23 Oct 2020 16:07:52 -0400 Subject: [PATCH] make the buttons bigger --- template/page.html | 4 ++-- template/style.css | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/template/page.html b/template/page.html index 5a4e39a..3c416eb 100644 --- a/template/page.html +++ b/template/page.html @@ -2,7 +2,7 @@ + "xfwc"> XFSSTITLE @@ -13,7 +13,7 @@

XFSSTITLE

-
+
<< < ? diff --git a/template/style.css b/template/style.css index 4d934cb..9ac10c9 100644 --- a/template/style.css +++ b/template/style.css @@ -93,3 +93,12 @@ width: 100%; } } + + + +#cnav { + text-align: center; + font-size: 2em; +} + +