Skip to content

Commit 9629be9

Browse files
committed
Change breakpoint of landing page to lg
1 parent f45bef5 commit 9629be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ A Jekyll theme inspired by Bootstrap's official documentation theme from a few y
99
This theme is designed for writing documentation websites instead of having large unmaintainable README files or several markdown files inside of a folder in a repository.
1010

1111
<div class="row">
12-
<div class="col-md-6" markdown="1">
12+
<div class="col-lg-6" markdown="1">
1313

1414
## Installation
15-
{:.mt-0}
15+
{:.mt-lg-0}
1616

1717
This theme is designed to work both as a Gem or as a remote theme, meaning we officially support GitHub Pages.
1818

@@ -33,10 +33,10 @@ theme: jekyll-docs-theme
3333
```
3434
3535
</div>
36-
<div class="col-md-6" markdown="1">
36+
<div class="col-lg-6" markdown="1">
3737
3838
## Features
39-
{:.mt-0}
39+
{:.mt-lg-0}
4040
4141
Despite being a mediocre theme, we've got a features that we're especially proud of and dedicate a lot of our time to making sure they work as expected.
4242

0 commit comments

Comments
 (0)