File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
themes/dlc/layouts/_default Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
3
3
< 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 ">
5
5
< div class ="w-full md:w-1/2 px-4 flex md:justify-end ">
6
6
< div style ="width: 300px; ">
7
7
{{ partial "2_molecules/code-box.html" }}
@@ -19,7 +19,7 @@ <h2>Linode CLI</h2>
19
19
< div class ="w-full sm:w-1/4 md:w-1/5 px-4 ">
20
20
< div class ="button-group filters-group py-2 md:py-6 md:mt-12 ">
21
21
< 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 >
23
23
< h4 class ="uppercase mb-4 w-full "> Created By</ h4 >
24
24
{{ partial "1_atoms/radio.html" (dict "ID" "linode" "Name" "created" "Value" ".linode" "Label" "Linode") . }}
25
25
{{ partial "1_atoms/radio.html" (dict "ID" "community" "Name" "created" "Value" ".community" "Label" "Community") . }}
You can’t perform that action at this time.
0 commit comments