Commit ff9af773 authored by Cole Bemis's avatar Cole Bemis

Style request section

parent f63c1d43
<section> <section class="section request">
<h2>Don't see the icon you need?</h2> <div class="container request-container">
<a href="#">Request an icon</a> <h2 class="request-heading">Don't see the icon you need?</h2>
<a class="button button-secondary" href="#">Request an icon</a>
</div>
</section> </section>
\ No newline at end of file
...@@ -133,3 +133,22 @@ a { ...@@ -133,3 +133,22 @@ a {
} }
} }
/* Request */
.request {
padding: 4rem 0;
}
.request-container {
display: flex;
flex-direction: column;
align-items: center;
}
.request-heading {
margin: 0 0 1.5rem;
font-size: 1.25rem;
font-weight: 400;
text-align: center;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment