Unfinished stats page, FAQ mini section, other changes

This commit is contained in:
bingus_violet 2024-05-15 22:31:17 -05:00
parent 4805c1ba48
commit 25353fe2df
5 changed files with 65 additions and 12 deletions

View file

@ -244,6 +244,16 @@ li {
margin-right: 1.9%;
}
.textBlock {
color: rgb(255, 255, 255);
white-space: pre-wrap;
background-color: rgb(20, 20, 20);
border: 2px lightgray solid;
padding: 15px;
/* font-family: 'Source Code Pro', sans-serif; */
text-align: center;
}
.lengthBar>span {
margin: 0;
padding: 0;