Skip to content

Commit

Permalink
fix(*): ensure note category is usable on small screens (#1094)
Browse files Browse the repository at this point in the history
fixes #1091
  • Loading branch information
Schottkyc137 authored Feb 1, 2022
1 parent 3602432 commit f060806
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../../../../styles";
@import "../../../utils/grid-layout";

.input-medium {
width: 100%;
Expand All @@ -12,9 +13,7 @@
}

.content-header {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
gap: $standard-grid-gap;
@include adaptive-grid(450px);
}

.information-body {
Expand Down

0 comments on commit f060806

Please sign in to comment.