minor fix on mobile
This commit is contained in:
@@ -109,3 +109,10 @@ textarea {
|
|||||||
.user_actions {
|
.user_actions {
|
||||||
border: 3px solid black;
|
border: 3px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 992px) {
|
||||||
|
nav {
|
||||||
|
border-bottom: none;
|
||||||
|
border-top: 3px solid black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user