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 941527e commit fb60399Copy full SHA for fb60399
assets/css/v2/style.css
@@ -352,6 +352,7 @@ ol li:last-child {
352
.header {
353
grid-area: header;
354
display: flex;
355
+ padding: 0 var(--space-s);
356
357
.header-container {
358
@@ -394,7 +395,7 @@ ol li:last-child {
394
395
.content {
396
grid-area: content;
397
justify-self: center;
- padding: var(--space-s);
398
+ padding: 0 var(--space-l);
399
max-width: var(--content-max-width);
400
401
/* Allow redocly to fill the entire container */
layouts/partials/header.html
@@ -1,3 +1,7 @@
1
{{ define "header" }}
2
-I am the header
+<div class="header-container">
3
+ <div>Product Selector</div>
4
+ <div>Search</div>
5
+ <div>F5 Sites</div>
6
+</div>
7
{{ end }}
0 commit comments