pirati-web / jekyll-theme-pirati

Web desing of Czech Pirate Party
6 stars 17 forks source link

Update card.scss #26

Closed JanSuchanek closed 5 years ago

JanSuchanek commented 6 years ago

Update font size for menu on homepage segmentation.

JanSuchanek commented 6 years ago

And animation banners wraper have bad hight:

.#{$card-ns}c-card.#{$card-ns}c-card--big {
  height: 295px;

  @include breakpoint(medium down) {
    height: 290px;
  }
}

correct is:

.#{$card-ns}c-card.#{$card-ns}c-card--big {
  height: 295px;

  @include breakpoint(medium down) {
    height: 304px;
  }
}

i will test at home, today.