Skip to content
Snippets Groups Projects
image.sass 475 B
Newer Older
alexisben's avatar
alexisben committed
// .block-image
//     img
//         height: auto
//         max-width: 100%
//     figcaption
//         margin-top: map-get($spacers, 3)
//         p
//             margin-bottom: 0
//     @include in-page-without-aside
//         @include media-breakpoint-up(md)
//             figcaption
//                 align-items: baseline
//                 display: flex
//                 justify-content: space-between
//                 p
//                     max-width: 40%