From dca5ad0288acb5317c559fbe2b599c64c29c74b1 Mon Sep 17 00:00:00 2001 From: Sascha Nuissl Date: Wed, 1 Jul 2020 18:13:20 +0200 Subject: [PATCH] Fix generated example code for RFS (#31213) Co-authored-by: Martijn Cuppens --- site/content/docs/5.0/getting-started/rfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/getting-started/rfs.md b/site/content/docs/5.0/getting-started/rfs.md index 6b4be35abd..f440924d15 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; } -- 2.47.2