Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_fluid-type.css « css « assets « gohugoioTheme « themes « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da9f04c8166db3a1e9ee93142500a61114a25c84 (plain)
1
2
3
4
5
6
7
8
9
10
.f2-fluid {
  font-size: 2.25rem;
}

@media (--breakpoint-large) {
  .f2-fluid {
    font-size: 1.25rem;
    font-size: calc(0.875rem + 0.5 * ((100vw - 20rem) / 60));
  }
}