made usability/aesthetic adjustments, particularly on mobile.

This commit is contained in:
2025-04-12 20:43:40 -06:00
parent 3afc107c5e
commit 9ea3ad408b
2 changed files with 64 additions and 12 deletions
+7
View File
@@ -109,3 +109,10 @@ textarea {
.user_actions {
border: 3px solid white;
}
@media screen and (max-width: 992px) {
nav {
border-bottom: none;
border-top: 3px solid white;
}
}