We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2405f13 commit 1550ea3Copy full SHA for 1550ea3
_layouts/article-alt.html
@@ -4,7 +4,7 @@
4
5
{% include nav.html %}
6
7
-<header class="bg-gray-light">
+<header class="article-alt-header bg-gray-light">
8
<div class="container-lg p-responsive mx-auto">
9
<h1 class="alt-h1 lh-condensed text-center my-6 py-md-6">{{ page.title }}</h1>
10
<p class="lead text-center text-gray col-md-8 mx-auto mb-4 position-relative">{{ page.description }}</p>
assets/css/covers.scss
@@ -13,6 +13,10 @@
13
}
14
15
16
+.article-alt-header {
17
+ margin: -40px 0;
18
+}
19
+
20
.guide-cover-img {
21
height: 200px;
22
0 commit comments