.action {
position: relative;
+ padding-top: 30px;
+ padding-bottom: 30px;
}
.action-button {
background: #FFD429;
color: #4B423B;
font-size: 22px;
+ box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
font-family: "Signika Regular";
}
color: white;
}
+.actions p {
+ font-size: 15px;
+ color: #8a6d3b;
+}
+
/*Comparisons*/
.title {
<div class="action col-md-4 col-sm-4 text-center">
<a class="action-button" href="https://www.fsf.org/share?u=https://www.fsf.org/givingguide/&t=Check out the Free Software Foundation Ethical Tech Giving Guide">Share</a>
<p>
- Use #givefreely. You might get a gift out of it!
+ Use <span class="label label-default">#givefreely</span>. You might get a gift out of it!
</p>
</div>
<!-- End Action -->