Skip to content

Commit 0bef5d2

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request linode#9 from abailly/remove-explicit-heights
Remove explicit heights
2 parents 99a46ca + ef14176 commit 0bef5d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

themes/dlc/layouts/_default/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container mx-auto max-w-xl">
33

44
<div class="flex mb-4">
5-
<div class="w-full h-12 text-center">
5+
<div class="w-full text-center">
66
<h1>{{ .Title }}</h1>
77
<h2>Latest updates from the Linode team</h2>
88
</div>

themes/dlc/layouts/partials/3_organisms/footer-nav.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="container mx-auto max-w-xl">
22
<div class="flex mb-4">
3-
<div class="flex-1 h-12">
3+
<div class="">
44
<h5><a href="https://linode.com/linodes">Overview</a></h5>
55
<ul>
66
<li><a href="https://linode.com/pricing">Plans &amp; Pricing</a></li>
@@ -10,7 +10,7 @@ <h5><a href="https://linode.com/linodes">Overview</a></h5>
1010
<li><a href="https://linode.com/professional-services">Professional Services</a></li>
1111
</ul>
1212
</div>
13-
<div class="flex-1 h-12">
13+
<div class="">
1414
<h5><a href="https://linode.com/docs">Resources</a></h5>
1515
<ul>
1616
<li><a href="https://linode.com/docs">Guides &amp; Tutorials</a></li>
@@ -20,7 +20,7 @@ <h5><a href="https://linode.com/docs">Resources</a></h5>
2020
<li><a href="http://status.linode.com/">System Status</a></li>
2121
</ul>
2222
</div>
23-
<div class="flex-1 h-12">
23+
<div class="">
2424
<h5><a href="https://linode.com/about">Company</a></h5>
2525
<ul>
2626
<li><a href="https://linode.com/about">About Us</a></li>
@@ -30,7 +30,7 @@ <h5><a href="https://linode.com/about">Company</a></h5>
3030
<li><a href="https://linode.com/careers">Careers</a></li>
3131
</ul>
3232
</div>
33-
<div class="flex-1 h-12">
33+
<div class="">
3434
<h5><a href="https://linode.com/agreement">Legal</a></h5>
3535
<ul>
3636
<li><a href="https://linode.com/agreement">Customer Agreement</a></li>
@@ -39,7 +39,7 @@ <h5><a href="https://linode.com/agreement">Legal</a></h5>
3939
<li><a href="https://linode.com/aup">Acceptable Use Policy</a></li>
4040
</ul>
4141
</div>
42-
<div class="flex-1 h-12">
42+
<div class="">
4343
<h5><a href="https://linode.com/contact">Contact Us</a></h5>
4444
<ul>
4545
<li><a href="tel:+18554546633">855-4-LINODE</a></li>

0 commit comments

Comments
 (0)