Skip to content

Commit 771bc5f

Browse files
author
Alban Bailly
committed
add some missing responsive styles
1 parent ed93f2d commit 771bc5f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h4 class="uppercase mb-4 w-full md:text-center">Language</h4>
1919
<button class="text-BaseBlue underline mt-4" onclick="uncheckAll('filters')">Reset Filters</button>
2020
<div class="md:block md:text-center mt-16">
2121
<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>
2323
</div>
2424
</div>
2525
</div>

themes/dlc/srcCSS/components/4_pages/libraries-tools.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@
66
@apply border-BaseGreen;
77
content: "";
88
display: block;
9-
margin: 0 auto 24px;
9+
margin-bottom: 24px;
1010
box-sizing: border-box;
1111
height: 2px;
1212
width: 50px;
1313
border-width: 2px;
1414
border-style: solid;
1515
}
16+
17+
@screen md {
18+
19+
.community-header:before {
20+
margin-left: auto;
21+
margin-right: auto;
22+
}
23+
}

0 commit comments

Comments
 (0)