@@ -26,22 +26,28 @@ <h4 class="uppercase mb-4 w-full community-header">Want More Help?</h4>
26
26
27
27
< div class ="w-full px-4 ">
28
28
< 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 mb-6 md:mb-0 "> Tools</ h2 >
31
- < div class ="flex -mx-4 md:items-center flex-col-reverse md:flex-row mb-2 ">
29
+ < h2 class ="font-normal text-BaseGreenDark mb-6 md:mb-0 text-center "> Tools</ h2 >
30
+ < div class ="flex mx-auto md:-mx-4 items-center md:justify-center flex-col-reverse md:flex-row mb-2 max-w-xs md:max-w-full ">
32
31
< div class ="px-4 flex flex-wrap ">
33
32
< div style ="width: 300px; ">
34
- {{ partial "2_molecules/code-box.html" }}
33
+ {{ partial "2_molecules/code-box.html" ( dict "Line1" "pip install linode-cli" "Line2" "linode-cli linodes create") }}
35
34
</ div >
36
- < div class ="mt-4 md:hidden flex w-full "> < a href ="https://www.linode.com/cli " target ="_blank " class ="btn text-sm "> Linode CLI on GitHub</ a > </ div >
35
+ < div class ="mt-4 md:hidden flex w-full justify-center "> < a href ="https://www.linode.com/cli " target ="_blank " class ="btn text-sm "> Linode CLI on GitHub</ a > </ div >
37
36
</ div >
38
37
< div class ="px-4 ">
39
- < h3 class ="md:text-2xl mt-0 font-normal text-BaseGreenDark "> Linode CLI</ h3 >
40
- < div class ="md:text-lg my-3 text-light "> An easy way to get up and running with the Linode API.</ div >
41
- < div class ="pt-3 hidden hidden md:block "> < a href ="https://www.linode.com/cli " target ="_blank " class ="btn text-sm "> Linode CLI on GitHub</ a > </ div >
38
+ < h3 class ="md:text-2xl mt-0 font-normal text-BaseGreenDark text-center md:text-left "> Linode CLI</ h3 >
39
+ < div class ="md:text-lg my-3 text-light text-center md:text-left "> An easy way to get up and running with the Linode API.</ div >
40
+ < div class ="pt-3 hidden md:block "> < a href ="https://www.linode.com/cli " target ="_blank " class ="btn text-sm "> Linode CLI on GitHub</ a > </ div >
42
41
</ div >
43
42
</ div >
44
- < div class ="flex flex-wrap mt-8 md:mb-4 -mx-4 ">
43
+ < div class ="mx-auto max-w-xs md:max-w-full ">
44
+ < div class ="mb-4 mt-8 text-center "> {{ partial "0_svgs/divider.svg" (dict "width" 170) }}</ div >
45
+ < h3 class ="font-normal text-BaseGreenDark text-center text-2xl mt-2 "> Alpha Kubernetes API</ h3 >
46
+ < div class ="flex justify-center mt-4 mb-12 ">
47
+ < a class ="btn text-sm " href ="/kubernetes "> Get started with the Linode CLI</ a >
48
+ </ div >
49
+ </ div >
50
+ < div class ="flex flex-wrap mt-12 md:mb-4 -mx-4 ">
45
51
< article class ="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8 ">
46
52
< div class ="p-8 h-full bg-ThemeCell tile ">
47
53
< header >
0 commit comments