]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
style: fixes indent (#30396)
authorCatalin Zalog <c@zalog.ro>
Sun, 15 Mar 2020 20:10:08 +0000 (22:10 +0200)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 20:10:08 +0000 (22:10 +0200)
site/content/docs/4.3/getting-started/rfs.md

index 0cdd082576992be5dbddb8e1f2aee74b04eae990..2f18524014c515ae82d0a6b1c203f22c15ab36c5 100644 (file)
@@ -66,8 +66,8 @@ In this example, we use one of Bootstrap's built-in [responsive breakpoint mixin
 ```scss
 .selector {
   @include media-breakpoint-down(lg) {
-     padding: rfs-fluid-value(2rem);
-     font-size: rfs-fluid-value(1.125rem);
+    padding: rfs-fluid-value(2rem);
+    font-size: rfs-fluid-value(1.125rem);
   }
 }
 ```