You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ A Jekyll theme inspired by Bootstrap's official documentation theme from a few y
9
9
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.
10
10
11
11
<divclass="row">
12
-
<divclass="col-md-6"markdown="1">
12
+
<divclass="col-lg-6"markdown="1">
13
13
14
14
## Installation
15
-
{:.mt-0}
15
+
{:.mt-lg-0}
16
16
17
17
This theme is designed to work both as a Gem or as a remote theme, meaning we officially support GitHub Pages.
18
18
@@ -33,10 +33,10 @@ theme: jekyll-docs-theme
33
33
```
34
34
35
35
</div>
36
-
<div class="col-md-6" markdown="1">
36
+
<div class="col-lg-6" markdown="1">
37
37
38
38
## Features
39
-
{:.mt-0}
39
+
{:.mt-lg-0}
40
40
41
41
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.
0 commit comments