Skip to content

Commit

Permalink
fix: add hidden style for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Dec 29, 2023
1 parent 8461c7b commit bcce19e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/subsocial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2171,3 +2171,9 @@ hr {
.ant-form-item-explain {
margin-top: 4px;
}

@media screen and (max-width: 768px) {
.sm:hidden {
display: none !important;
}
}

0 comments on commit bcce19e

Please sign in to comment.