Sha256: 2fffa0d2b1fcb56ef932208d267baef9411bae9cc5690a0ed003f0e8f121f6d3

Contents?: true

Size: 820 Bytes

Versions: 1

Compression:

Stored size: 820 Bytes

Contents

@media screen and ( min-width: 768px )

  .footer-wraper
    grid-column-gap: 5vw
    grid-row-gap: 20px
    grid-template-areas: 'footer-header footer-header footer-header' 'sitemap category-links footer-services' 'footer-contact footer-contact footer-contact' 'footer-base footer-base footer-base'
    grid-template-columns: auto auto auto

  .footer-base
    flex-direction: row
    justify-content: space-between

  .footer-services
    display: block
    font-weight: 200

@media screen and ( min-width: 1024px )

  .footer-wraper
    grid-column-gap: 5vw
    grid-row-gap: 20px
    grid-template-areas: 'footer-header footer-header footer-header footer-header' 'sitemap category-links footer-services footer-contact' 'footer-base footer-base footer-base footer-base'
    grid-template-columns: auto auto auto auto

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
made-slowly-0.0.1 _sass/breakpoints/footer.sass