From f803756b054d1cf4aa2094800e1ac4a0561df9df Mon Sep 17 00:00:00 2001 From: Alex Pankratov Date: Wed, 4 Aug 2021 12:44:59 +0200 Subject: [PATCH] fix version # display in About --- nullboard.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nullboard.html b/nullboard.html index e118718..619680a 100644 --- a/nullboard.html +++ b/nullboard.html @@ -1107,6 +1107,7 @@ .overlay > div.about { text-align: center; padding: 50px 50px; + position: relative; } .overlay > div.about h1 { @@ -1123,7 +1124,9 @@ .overlay > div.about div { position: absolute; bottom: -30px; - color: #eee; + left: 0; + width: 100%; + color: #fff9; } .overlay > div.about div span {