summaryrefslogtreecommitdiff
path: root/_sass/layout/_articles.scss
blob: 85f258ccdaba0ebe99f127da3aff2df392cecc31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.layout--articles {
  margin: map-get($spacers, 4) 0;
  margin-top: map-get($spacers, 5);
  @include media-breakpoint-down(md) {
    margin-top: map-get($spacers, 4);
  }
  .card__header {
    font-size: map-get($base, font-size);
  }
  .card__image {
    & > .overlay {
      &, .card__header {
        font-size: map-get($base, font-size-sm);
      }
    }
  }
}