Skip to content

Commit 1550ea3

Browse files
committed
Fix article-alt header
This was misaligned.
1 parent 2405f13 commit 1550ea3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_layouts/article-alt.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% include nav.html %}
66

7-
<header class="bg-gray-light">
7+
<header class="article-alt-header bg-gray-light">
88
<div class="container-lg p-responsive mx-auto">
99
<h1 class="alt-h1 lh-condensed text-center my-6 py-md-6">{{ page.title }}</h1>
1010
<p class="lead text-center text-gray col-md-8 mx-auto mb-4 position-relative">{{ page.description }}</p>

assets/css/covers.scss

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
}
1414
}
1515

16+
.article-alt-header {
17+
margin: -40px 0;
18+
}
19+
1620
.guide-cover-img {
1721
height: 200px;
1822

0 commit comments

Comments
 (0)