Skip to content

Commit 2d8382f

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#98 from kwilkins/DLC-87-edge-stylebug
DLC-87 MS Edge Only - Changelog Subheaders background extends beyond text-area
2 parents b038c1a + a6984a2 commit 2d8382f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

themes/dlc/layouts/_default/guides.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ <h3 class="mt-0 text-2xl font-normal"><a href="{{ .Params.external_url }}" class
3737
<h2 class="mt-0 font-normal text-BaseGreenDark">Want more help?</h2>
3838
</header>
3939
<p class="text-xl mt-2 font-light">Find answers, ask questions, and help others.</p>
40-
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
40+
<div class="flex">
41+
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
42+
</div>
4143
</div>
4244
</article>
4345
</div>

themes/dlc/layouts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2 class="mt-0 font-normal text-center"><a href="https://www.linode.com/communi
4343
<h2 class="text-BaseGreenDark font-normal">Events</h2>
4444
<div class="text-2xl my-3 font-light">Catch us on the road at conferences, meetups, and job fairs.</div>
4545
</div>
46-
<div class="my-8 -mx-4 pb-8">
46+
<div class="my-8 -mx-4 pb-8 text-center">
4747
<div class="flex flex-row flex-wrap justify-center">
4848
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
4949
{{ $t := (time .Params.end_date) }}
@@ -63,14 +63,14 @@ <h3 class="mt-0 mb-4 font-normal"><a href="{{ .Params.event_url }}" class="text-
6363
{{ end }}
6464
{{ end }}
6565
</div>
66-
<a class="btn block mx-auto text-center mb-12" href="https://www.linode.com/events" target="_blank">View All Events</a>
66+
<a class="btn mx-auto text-center mb-12" href="https://www.linode.com/events" target="_blank">View All Events</a>
6767
</div>
6868

6969
<div class="relative row-full pb-8 home-cubes">
7070
<div class="mx-auto text-center max-w-lg my-8">
7171
<h2 class="font-normal text-BaseGreenDark">Careers at Linode</h2>
72-
<div class="text-2xl mt-2 font-light">Help us create the platform of tomorrow.</div>
73-
<a class="btn block mx-auto mt-6" href="https://www.linode.com/careers" target="_blank">View Opportunities</a>
72+
<div class="text-2xl mt-2 mb-8 font-light">Help us create the platform of tomorrow.</div>
73+
<a class="btn mx-auto mt-6" href="https://www.linode.com/careers" target="_blank">View Opportunities</a>
7474
</div>
7575
</div>
7676

themes/dlc/srcCSS/components/2_molecules/changelog-entry.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.changelog-entry h3 {
22
@apply tag;
3+
display: inline-block;
34
margin-top: 13px;
45
}
56

0 commit comments

Comments
 (0)