Skip to content

Commit ed93f2d

Browse files
author
Kayla Wilkins
committed
adding border element to community section, utilizing new base margin style
1 parent ba9e4fc commit ed93f2d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h4 class="uppercase mb-4 w-full md:text-center">Language</h4>
1717
{{end}}
1818
</div>
1919
<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>
2222
<a href="https://linode.com/community/questions" target="_blank" class="btn btn-small">Visit Linode Community</a>
2323
</div>
2424
</div>
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
.lib-item .bg-ThemeCell {
22
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+
}

0 commit comments

Comments
 (0)