@@ -442,7 +442,7 @@ a.badge:hover {
.btn {
padding: .5rem;
font-size: .8rem;
- line-height: .5;
+ line-height: .9; // Anything less and multiline button text may overlap.
border-radius: .3rem;
}
@@ -12,6 +12,7 @@
.home-section {
+ position: relative; // Required for component positioning within section.
background-color: $sta-home-section-odd;
padding: 110px 0 110px 0;
animation: intro 0.3s both;