Improved sanatization for server-side templating.

This commit is contained in:
rainbow napkin 2025-11-04 06:09:26 -05:00
parent 35fd81e1b2
commit 08fe051269
30 changed files with 151 additions and 104 deletions

View file

@ -48,6 +48,12 @@ p.panel{
}
.panel.profile-bio{
margin-top: 0;
margin-top: 1.5em;
text-wrap: wrap;
text-align: center;
}
.panel.profile-box{
margin: 2em 5%;
padding: 0.2em 0;
}