0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

derp, wrong highlight syntax

This commit is contained in:
Mark Otto 2015-12-08 10:23:22 -08:00
parent d244ba42e1
commit 9a35ccbf73

View File

@ -38,7 +38,7 @@ Where *size* is one of:
Here are some representative examples of these classes:
```scss
{% highlight scss %}
.m-t-0 {
margin-top: 0 !important;
}
@ -55,7 +55,7 @@ Here are some representative examples of these classes:
.p-a-3 {
padding: ($spacer-y * 3) ($spacer-x * 3) !important;
}
```
{% endhighlight %}
Additionally, Bootstrap also includes an `.m-x-auto` class which sets the horizontal margins to `auto`.