diff --git a/Makefile b/Makefile
index b5712b86..d20174d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.6
+VERSION=0.61
BINARY_NAME=statup
GOPATH:=$(GOPATH)
GOCMD=go
diff --git a/source/css/base.css b/source/css/base.css
index 2330cb46..1b23bc02 100644
--- a/source/css/base.css
+++ b/source/css/base.css
@@ -421,7 +421,7 @@ HTML, BODY {
padding: 5px 5px; }
.lg_number {
- font-size: 8.1vw; }
+ font-size: 7.8vw; }
.stats_area {
margin-top: 1.5rem !important;
diff --git a/source/scss/mobile.scss b/source/scss/mobile.scss
index fb64ae8c..d9b1f8c7 100644
--- a/source/scss/mobile.scss
+++ b/source/scss/mobile.scss
@@ -48,7 +48,7 @@
}
.lg_number {
- font-size: 8.1vw;
+ font-size: 7.8vw;
}
.stats_area {
diff --git a/source/tmpl/logs.html b/source/tmpl/logs.html
index cedcd255..e9b1640d 100644
--- a/source/tmpl/logs.html
+++ b/source/tmpl/logs.html
@@ -40,5 +40,13 @@
{{end}}
+
+