File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
srcCSS/components/4_pages Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ <h3 class="mt-0 text-2xl"><a href="{{ .Params.external_url }}" class="text-black
18
18
</ article >
19
19
{{ end }}
20
20
</ div >
21
- < div class ="text-center mb-12 ">
21
+ < div class ="text-center mt-4 md:mt-0 md: mb-12 ">
22
22
< a href ="https://linode.com/docs/platform " target ="_blank " class ="btn mx-auto "> View All Platform Guides</ a >
23
23
</ div >
24
24
</ div >
25
25
26
26
< div class ="flex flex-wrap my-8 -mx-4 ">
27
- < article class ="w-full md:w-1/2 px-4 mb-4 md:mb-8 " style =" height: 300px " >
28
- < div class ="p-8 h-full ">
27
+ < article class ="w-full md:w-1/2 px-4 mb-4 md:mb-8 ">
28
+ < div class ="md: p-8 h-full ">
29
29
< div class ="cloud flex justify-center md:justify-end items-center ">
30
30
{{ partial "0_svgs/cloud.svg" }}
31
31
</ div >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2>Linode CLI</h2>
14
14
</ div >
15
15
</ div >
16
16
17
- < div class ="flex flex-wrap mb-8 -mx-4 ">
17
+ < div class ="flex flex-wrap md: mb-8 -mx-4 ">
18
18
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 ">
@@ -37,7 +37,7 @@ <h4 class="uppercase mb-4 w-full">Language</h4>
37
37
38
38
< div class ="w-full sm:w-3/4 md:w-4/5 px-4 ">
39
39
< h2 > Libraries</ h2 >
40
- < div class ="flex flex-wrap my-8 -mx-4 grid ">
40
+ < div class ="flex flex-wrap my-4 md:my- 8 -mx-4 grid ">
41
41
< div id ="noResultsContainer " class ="visually-hidden ">
42
42
< div > No results</ div >
43
43
</ div >
Original file line number Diff line number Diff line change 1
- < div class ="code-box bg-d-beige rounded my-8 ">
1
+ < div class ="code-box bg-d-beige rounded md: my-8 ">
2
2
< div class ="code-box-header border-white flex justify-start py-4 px-6 ">
3
3
< span class ="code-box-circle circle-red "> </ span >
4
4
< span class ="code-box-circle circle-yellow "> </ span >
Original file line number Diff line number Diff line change
1
+ .cloud {
2
+ height : 150px
3
+ }
4
+
5
+ .cloud svg {
6
+ height : 100% ;
7
+ width : 100% ;
8
+ }
9
+
10
+ @screen md {
11
+ .cloud {
12
+ height : 300px
13
+ }
14
+ }
You can’t perform that action at this time.
0 commit comments