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 {