summaryrefslogtreecommitdiff
path: root/src/components/Home.module.scss
blob: 7fa6adaa6f805911102b951e7d25b594bbe5603f (plain)
1
2
3
4
5
6
7
8
@use '~/styles/utils/custom-media' as *;

.root {
  padding: 6px 15px;
  @media screen and (min-width: 30em) {
    padding: 10px 40px;
  }
}