Skip to content

Commit 6c12dee

Browse files
author
Alban Bailly
committed
library tools page layout
1 parent b9a15c5 commit 6c12dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ define "main" }}
22

33
<div class="my-4 md:my-12 max-w-3xl mx-auto">
4-
<div class="flex flex-wrap -mx-4 items-center">
4+
<div class="flex flex-wrap -mx-4 items-center flex-col-reverse md:flex-row">
55
<div class="w-full md:w-1/2 px-4 flex md:justify-end">
66
<div style="width: 300px;">
77
{{ partial "2_molecules/code-box.html" }}
@@ -19,7 +19,7 @@ <h2>Linode CLI</h2>
1919
<div class="w-full sm:w-1/4 md:w-1/5 px-4">
2020
<div class="button-group filters-group py-2 md:py-6 md:mt-12">
2121
<div id="createdFilters" class="flex flex-wrap md:block">
22-
<div class="md:my-4">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
22+
<div class="md:my-4 mx-auto">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
2323
<h4 class="uppercase mb-4 w-full">Created By</h4>
2424
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
2525
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}

0 commit comments

Comments
 (0)