Skip to content

Commit b096a21

Browse files
authored
Merge pull request quarkusio#109 from gsmet/fix-firefox
Fix the guides width on Firefox
2 parents 564c045 + ed32b82 commit b096a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/guides.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: base
33
---
44

5-
<div class="grid-wrapper guides">
6-
<div class="grid__item width-12-12">
5+
<div class="guides">
6+
<div class="width-12-12">
77
<h1 class="text-caps">{{ page.title }}</h1>
88
{{ content }}
99
</div>

0 commit comments

Comments
 (0)