summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_fluid-type.css
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));
  }
}