diff options
| author | Sascha Nuissl <[email protected]> | 2020-07-01 18:13:20 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-01 18:13:20 +0200 |
| commit | dca5ad0288acb5317c559fbe2b599c64c29c74b1 (patch) | |
| tree | de782d23c7bfba62f765f63b41896e25f8cbc77a | |
| parent | f6ca8f1efba220a8cda10a3dd2f4bb46308a1bc0 (diff) | |
| download | bootstrap-dca5ad0288acb5317c559fbe2b599c64c29c74b1.tar.xz bootstrap-dca5ad0288acb5317c559fbe2b599c64c29c74b1.zip | |
Fix generated example code for RFS (#31213)
Co-authored-by: Martijn Cuppens <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/getting-started/rfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/rfs.md b/site/content/docs/5.0/getting-started/rfs.md index 6b4be35ab..f440924d1 100644 --- a/site/content/docs/5.0/getting-started/rfs.md +++ b/site/content/docs/5.0/getting-started/rfs.md @@ -31,7 +31,7 @@ The `rfs()` mixin has shorthands for `font-size`, `margin`, `margin-top`, `margi font-size: calc(1.525rem + 3.3vw); } -@media (max-width: 1200px) { +@media (min-width: 1200px) { .title { font-size: 4rem; } |
