General updates.

This commit is contained in:
2025-09-04 12:10:09 +02:00
parent 7a32e97bd8
commit 5fd486a63c
9 changed files with 59 additions and 7 deletions

View File

@@ -117,4 +117,14 @@ footer {
bottom: 0;
left: 0;
width: 100%;
}
.info{
color: white;
}
.lista li{
list-style-type: disc;
list-style-position: inside;
margin-bottom: 10px;
}