0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix generated example code for RFS (#31213)

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
This commit is contained in:
Sascha Nuissl 2020-07-01 18:13:20 +02:00 committed by GitHub
parent f6ca8f1efb
commit dca5ad0288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}