Skip to content

Commit 0e70078

Browse files
author
Kayla Wilkins
committed
adjustments to displays for buttons and changelog headings, some margin tweaks
1 parent b038c1a commit 0e70078

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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)