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

weru
10.45.2021 b31e7f9b4b584f2262f965084e292404070e9332
edit styles
2 files modified
6 ■■■■■ changed files
assets/sass/_base.sass 2 ●●● patch | view | raw | blame | history
assets/sass/_components.sass 4 ●●● patch | view | raw | blame | history
assets/sass/_base.sass
@@ -30,7 +30,7 @@
  text-decoration: none
  color: inherit
p
  padding: 1rem 0
  padding: 0.75rem 0
  // opacity: 0.9
  &:empty
    display: none
assets/sass/_components.sass
@@ -85,9 +85,11 @@
    color: var(--dark)
  &_grid
    display: grid
    max-width: 25rem
    max-width: 15rem
    grid-gap: 1rem
    grid-template-columns: repeat( auto-fit, minmax(12rem, 1fr) )
    @media  screen and (min-width: 557px)
      max-width: 25rem
.video
  overflow: hidden