aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/modals/search-modal.module.scss
blob: 449aa91f21408d3c25d048fcb7946ec1c78e8d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
@use "../../../styles/abstracts/mixins" as mix;

.wrapper {
  padding-bottom: var(--spacing-md);

  @include mix.media("screen") {
    @include mix.dimensions("sm") {
      max-width: 40ch;
    }
  }
}