Skip to content
Snippets Groups Projects
_content.scss 233 B
.columns.is-same-height {
    align-items: stretch;

    .column > * {
        height: 100%;
    }
}
.roboto-black {
    font-family: 'Roboto Black', sans-serif; 
}

.media-v-centered {
    @extend .media;
    align-items: center;
}