Skip to content

Commit

Permalink
Merge pull request #61 from Wilcolab/fix/funnel
Browse files Browse the repository at this point in the history
fix mobile
  • Loading branch information
shem8 authored Apr 1, 2024
2 parents 14d6d65 + c9f5185 commit d3b58c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ body {
-webkit-box-orient: vertical;
}

.user-info {
.user-ino {
min-width: 800px;
@media only screen and (max-width: 768px) {
min-width: 80px;
}
}

0 comments on commit d3b58c4

Please sign in to comment.