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