Skip to content

Commit 80f7c12

Browse files
committed
fixed mobile layout bug
1 parent f595514 commit 80f7c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
main:
4-
class: usa-grid usa-section usa-content usa-layout-docs
4+
class: usa-grid usa-section usa-content
55
---
66
{% assign sidenav = site.data.navigation[page.sidenav] | default: page.sidenav %}
77
{% if sidenav %}

0 commit comments

Comments
 (0)