mirror of https://github.com/onweru/compose.git

weru
14.00.2021 8242779b31f2ae0ce7d56a03e19462a3d77ff919
add wide screen support #66

Signed-off-by: weru <fromweru@gmail.com>
2 files modified
6 ■■■■ changed files
assets/sass/_base.sass 4 ●●● patch | view | raw | blame | history
assets/sass/_utils.sass 2 ●●●●● patch | view | raw | blame | history
assets/sass/_base.sass
@@ -16,7 +16,6 @@
  background-color: var(--bg)
  color: var(--text)
  line-height: 1.5
  max-width: 1440px
  margin: 0 auto
  position: relative
  font-kerning: normal
@@ -26,6 +25,9 @@
  min-height: 100vh
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale
  max-width: 1440px
  @media screen and (min-width: 1640px)
    max-width: 1600px
a
  text-decoration: none
assets/sass/_utils.sass
@@ -1,5 +1,7 @@
.wrap
  max-width: 1240px
  @media screen and (min-width: 1640px)
    max-width: 1600px
  &, &
    width: 100%
    padding: 0 25px