File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
srcCSS/components/2_molecules Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ <h3 class="mt-0 text-2xl font-normal"><a href="{{ .Params.external_url }}" class
37
37
< h2 class ="mt-0 font-normal text-BaseGreenDark "> Want more help?</ h2 >
38
38
</ header >
39
39
< p class ="text-xl mt-2 font-light "> Find answers, ask questions, and help others.</ p >
40
- < a href ="https://linode.com/community/questions " target ="_blank " class ="btn mt-4 "> Join our Community</ a >
40
+ < div class ="flex ">
41
+ < a href ="https://linode.com/community/questions " target ="_blank " class ="btn mt-4 "> Join our Community</ a >
42
+ </ div >
41
43
</ div >
42
44
</ article >
43
45
</ div >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h2 class="mt-0 font-normal text-center"><a href="https://www.linode.com/communi
43
43
< h2 class ="text-BaseGreenDark font-normal "> Events</ h2 >
44
44
< div class ="text-2xl my-3 font-light "> Catch us on the road at conferences, meetups, and job fairs.</ div >
45
45
</ div >
46
- < div class ="my-8 -mx-4 pb-8 ">
46
+ < div class ="my-8 -mx-4 pb-8 text-center ">
47
47
< div class ="flex flex-row flex-wrap justify-center ">
48
48
{{ range last 3 ((where .Pages "Section" "events").ByParam "start_date") }}
49
49
{{ $t := (time .Params.end_date) }}
@@ -63,14 +63,14 @@ <h3 class="mt-0 mb-4 font-normal"><a href="{{ .Params.event_url }}" class="text-
63
63
{{ end }}
64
64
{{ end }}
65
65
</ div >
66
- < a class ="btn block mx-auto text-center mb-12 " href ="https://www.linode.com/events " target ="_blank "> View All Events</ a >
66
+ < a class ="btn mx-auto text-center mb-12 " href ="https://www.linode.com/events " target ="_blank "> View All Events</ a >
67
67
</ div >
68
68
69
69
< div class ="relative row-full pb-8 home-cubes ">
70
70
< div class ="mx-auto text-center max-w-lg my-8 ">
71
71
< h2 class ="font-normal text-BaseGreenDark "> Careers at Linode</ h2 >
72
- < div class ="text-2xl mt-2 font-light "> Help us create the platform of tomorrow.</ div >
73
- < a class ="btn block mx-auto mt-6 " href ="https://www.linode.com/careers " target ="_blank "> View Opportunities</ a >
72
+ < div class ="text-2xl mt-2 mb-8 font-light "> Help us create the platform of tomorrow.</ div >
73
+ < a class ="btn mx-auto mt-6 " href ="https://www.linode.com/careers " target ="_blank "> View Opportunities</ a >
74
74
</ div >
75
75
</ div >
76
76
Original file line number Diff line number Diff line change 1
1
.changelog-entry h3 {
2
2
@apply tag;
3
+ display : inline-block;
3
4
margin-top : 13px ;
4
5
}
5
6
You can’t perform that action at this time.
0 commit comments