Skip to content

Commit

Permalink
fix version # display in About
Browse files Browse the repository at this point in the history
  • Loading branch information
apankrat committed Aug 4, 2021
1 parent e709839 commit f803756
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nullboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@
.overlay > div.about {
text-align: center;
padding: 50px 50px;
position: relative;
}

.overlay > div.about h1 {
Expand All @@ -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 {
Expand Down

0 comments on commit f803756

Please sign in to comment.