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 a112877 commit cfb5f9aCopy full SHA for cfb5f9a
assets/scss/6-layout/_header.scss
@@ -1,11 +1,6 @@
1
.header {
2
- padding: $space-medium 0 $space-base;
3
text-align: center;
4
5
- @include media-query('medium') {
6
- padding: $space-large 0 $space-medium;
7
- }
8
-
9
&__logo {
10
color: brand-color('primary');
11
margin: 0 auto;
views/docs/_header.pug
@@ -0,0 +1,5 @@
++docs-section({
+ title: 'Header'})
+
+ +docs-block({})
+ include ../partials/_header
views/index.pug
@@ -5,7 +5,8 @@ block page
section.page-index__main
- include partials/_header
+ .page-index__header
+ include partials/_header
+separator('email')
12
0 commit comments