more html for the new utility belt

u are batman now.

	modified:   templates/base.html
	modified:   templates/chat.html
This commit is contained in:
Russell Ballestrini 2024-11-23 07:30:25 -05:00
parent 54fe4139a0
commit c2dcb6c4bf
2 changed files with 41 additions and 1 deletions

View file

@ -240,6 +240,10 @@
background-color: #555; /* Darken on hover */
}
.utility-belt {
padding: 10px;
}
/* Media query for mobile devices */
@media (max-width: 768px) {
.main-container {