.small button has minimal height.

This commit is contained in:
2021-02-18 23:49:52 +01:00
parent e20e952573
commit 9b2d0f2d31

View File

@@ -80,6 +80,7 @@ a {
> *:not(:last-child) {
margin-right: 2rem;
margin-bottom: 0.75rem;
}
&.column {
@@ -92,6 +93,10 @@ a {
}
}
&.small > button {
height: min-content;
}
@include mobile {
&:not(.row) {
flex-direction: column;
@@ -99,7 +104,7 @@ a {
> *:not(:last-child) {
margin-right: unset;
margin-bottom: .75rem;
margin-bottom: 0.75rem;
}
}
}