Skip to content

Commit 173d971

Browse files
author
Alban Bailly
committed
comment out filtering sidebar
1 parent f497d22 commit 173d971

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="flex flex-wrap mb-8 -mx-4">
44

5-
<div class="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap">
5+
<!-- <div class="w-full sm:w-1/4 md:w-1/5 px-4 flex flex-wrap">
66
<div id="filters" class="button-group filters-group sm:py-4 sm:mt-4">
77
<div class="flex flex-wrap sm:block">
88
<div class="md:mt-4 invisible sm:visible text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
@@ -22,12 +22,12 @@ <h4 class="uppercase mb-4 w-full community-header">Want More Help?</h4>
2222
<a href="https://linode.com/community/questions" target="_blank" class="btn btn-small block text-center">Visit Linode Community</a>
2323
</div>
2424
</div>
25-
</div>
25+
</div> -->
2626

27-
<div class="w-full sm:w-3/4 md:w-4/5 px-4">
27+
<div class="w-full px-4">
2828
<div class="my-4 md:mt-12 md:mt-8 max-w-3xl">
29-
<div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
30-
<h2 class="font-normal text-BaseGreenDark">Tools</h2>
29+
<!-- <div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div> -->
30+
<h2 class="font-normal text-BaseGreenDark mb-6 md:mb-0">Tools</h2>
3131
<div class="flex -mx-4 md:items-center flex-col-reverse md:flex-row mb-2">
3232
<div class="px-4 flex flex-wrap">
3333
<div style="width: 300px;">
@@ -95,7 +95,7 @@ <h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/linode
9595
</div>
9696
</div>
9797
<h2 class="font-normal text-BaseGreenDark">Libraries</h2>
98-
<div class="flex flex-wrap md:mt-8 md:mb-4 -mx-4 grid">
98+
<div class="flex flex-wrap mt-6 md:mt-8 md:mb-4 -mx-4 grid">
9999
<div id="noResultsContainer" class="visually-hidden">
100100
<div class="px-4">No results</div>
101101
</div>

themes/dlc/layouts/partials/3_organisms/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="bg-BaseGreen">
22
<header class="header max-w-3xl mx-auto px-4 md:px-8 py-8 text-white">
33
<div class="text-4xl leading-none font-semibold">{{ .Title }}</div>
4-
<div class="text-3xl font-light">
4+
<div class="text-3xl leading-none font-light mt-2">
55
{{ .Subtitle }}
66
</div>
77
</header>

0 commit comments

Comments
 (0)