Add /about

This commit is contained in:
2025-02-28 21:32:11 +00:00
parent 4a8d0886af
commit ff471c8cbc
5 changed files with 110 additions and 0 deletions

30
assets/css/about.css Normal file
View File

@@ -0,0 +1,30 @@
.l-align {
text-align: left;
padding-left: 20px;
}
.userboxes {
display: flex;
justify-content: center;
margin: 30px 0;
gap: 10px;
flex-wrap: wrap;
align-items: center;
}
table {
border: 1px dotted black;
}
td {
font-size: 8pt !important;
}
img {
max-width: unset;
image-rendering: auto;
}
.jabber {
max-width: 47px;
}