1
0
mirror of https://github.com/thangisme/notes.git synced 2025-09-23 13:04:06 -04:00

Just fixing a typo in the layout example

This commit is contained in:
Florian Woerner
2019-01-26 16:28:26 +01:00
committed by GitHub
parent eaafeee675
commit 04e81c7158

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 }
```