Update 20260319

This commit is contained in:
Stefan Hutter
2026-03-19 21:38:36 +01:00
parent 88c3f82472
commit 4460f36891
335 changed files with 165393 additions and 37640 deletions

View File

@@ -0,0 +1,13 @@
/* Set padding to keep content from hitting the edges */
.body-content {
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}