Skip to content

Commit afc7d23

Browse files
committed
docs: update demo page css
1 parent f1e4d5a commit afc7d23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/demo/demo.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ body {
1010
html {
1111
min-height: 100%;
1212
display: grid;
13-
column-gap: 1em;
1413
grid-template-rows: var(--pfe-demo-header-height) 1fr;
1514
grid-template-columns: var(--pfe-demo-menu-width) 1fr;
1615
grid-template-areas:
1716
'head head'
1817
'menu body';
1918
}
2019

20+
#main-nav .site-navigation {
21+
width: 100%;
22+
}
23+
2124
header {
2225
grid-area: head;
2326
background: var(--pfe-theme--color--surface--accent, #004080);

0 commit comments

Comments
 (0)