Skip to content

Commit 3d53c80

Browse files
authored
spacing on splash page
extends PR #980: I'm sure this is already known but the bug is happening because the left side is having its title put in a `p` tag whereas the right side is right _before_ its equivalent `p` tag :(. This seems to resolve the issue for now but the markup should be parsed properly.
1 parent 2ae1a53 commit 3d53c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ __app.js__
1212
import bar from './bar';
1313

1414
bar();
15+
1516
```
1617
</div>
1718
<div class="homepage__right">

0 commit comments

Comments
 (0)