minor fix on mobile

This commit is contained in:
2025-04-13 11:54:13 -06:00
parent d908bee2c3
commit 9446a80452
+7
View File
@@ -109,3 +109,10 @@ textarea {
.user_actions {
border: 3px solid black;
}
@media screen and (max-width: 992px) {
nav {
border-bottom: none;
border-top: 3px solid black;
}
}