We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e4d5a commit afc7d23Copy full SHA for afc7d23
docs/demo/demo.css
@@ -10,14 +10,17 @@ body {
10
html {
11
min-height: 100%;
12
display: grid;
13
- column-gap: 1em;
14
grid-template-rows: var(--pfe-demo-header-height) 1fr;
15
grid-template-columns: var(--pfe-demo-menu-width) 1fr;
16
grid-template-areas:
17
'head head'
18
'menu body';
19
}
20
+#main-nav .site-navigation {
21
+ width: 100%;
22
+}
23
+
24
header {
25
grid-area: head;
26
background: var(--pfe-theme--color--surface--accent, #004080);
0 commit comments