Unverified Commit dca5ad02 authored by Sascha Nuissl's avatar Sascha Nuissl Committed by GitHub
Browse files

Fix generated example code for RFS (#31213)


Co-authored-by: default avatarMartijn Cuppens <martijn.cuppens@gmail.com>
parent f6ca8f1e
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment