feat: Improvements for mobile version (#776)

This commit is contained in:
Fayad
2024-07-26 19:02:13 +02:00
committed by GitHub
parent 38b6805ba1
commit 82b2ba298d
10 changed files with 87 additions and 5 deletions

View File

@@ -88,6 +88,11 @@
.userName {
margin-right: 10px;
display: none;
@media only screen and (min-width: 797px) {
display: block;
}
}
.wrapper {