add version number to about page

This commit is contained in:
schlagmichdoch 2023-05-23 02:44:25 +02:00
parent b106d90b64
commit 4433e1c58f
4 changed files with 26 additions and 2 deletions

View file

@ -1168,6 +1168,15 @@ button::-moz-focus-inner {
--icon-size: 96px;
}
#about .title-wrapper {
display: flex;
align-items: baseline;
}
#about .title-wrapper > div {
margin-left: 0.5em;
}
#about x-background {
position: absolute;
--size: max(max(230vw, 230vh), calc(150vh + 150vw));