fix button height on accounts tab & expiry types on mobile

This commit is contained in:
Harvey Tindall
2021-03-20 22:16:24 +00:00
parent cfa7947020
commit 0d3f96c3a7
2 changed files with 14 additions and 10 deletions
+4
View File
@@ -153,6 +153,10 @@ div.card:contains(section.banner.footer) {
margin: 0.5rem;
}
.col.sm {
margin: .25rem;
}
.flex-col {
display: flex;
flex-direction: column;