File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
srcCSS/components/4_pages Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ <h4 class="uppercase mb-4 w-full md:text-center">Language</h4>
17
17
{{end}}
18
18
</ div >
19
19
< button class ="text-BaseBlue underline mt-4 " onclick ="uncheckAll('filters') "> Reset Filters</ button >
20
- < div class ="md:block md:text-center mt-12 ">
21
- < h4 class ="uppercase mb-4 w-full "> Want More Help?</ h4 >
20
+ < div class ="md:block md:text-center mt-16 ">
21
+ < h4 class ="uppercase mb-4 w-full community-header "> Want More Help?</ h4 >
22
22
< a href ="https://linode.com/community/questions " target ="_blank " class ="btn btn-small "> Visit Linode Community</ a >
23
23
</ div >
24
24
</ div >
Original file line number Diff line number Diff line change 1
1
.lib-item .bg-ThemeCell {
2
2
min-height : 145px ;
3
- }
3
+ }
4
+
5
+ .community-header : before {
6
+ @apply border-BaseGreen;
7
+ content : "" ;
8
+ display : block;
9
+ margin : 0 auto 24px ;
10
+ box-sizing : border-box;
11
+ height : 2px ;
12
+ width : 50px ;
13
+ border-width : 2px ;
14
+ border-style : solid;
15
+ }
You can’t perform that action at this time.
0 commit comments