fix: btn style

This commit is contained in:
George Cushen 2020-08-12 18:27:55 +01:00
commit 6f36c1624c
2 changed files with 2 additions and 1 deletions

View file

@ -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;
}

View file

@ -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;