Merge pull request #77 from woernfl/patch-1

Just fixing a typo in the layout example
This commit is contained in:
Patrick Marsceill
2019-02-02 11:33:23 -08:00
committed by GitHub

View File

@@ -105,8 +105,8 @@ This button will be hidden until medium screen sizes:
These headings will be `inline-block`:
### heading 3
{ .d-inline-block }
{: .d-inline-block }
### heading 3
{ .d-inline-block }
{: .d-inline-block }
```