Skip to content

Commit

Permalink
add styling for mobile view (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Aug 21, 2024
1 parent 033833f commit 6925e9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ button[class^="Sidebar-link-buttonWrapper"] {
}
}

@media (max-width: 1024px) {
.fern-body {
gap: 0px !important;
}
}

/*! END STYLESHEET_HUB2 */

/*~~~~~~~~~GENERAL STYLES~~~~~~~~~~~*/
Expand Down

0 comments on commit 6925e9e

Please sign in to comment.