UX: Give badge icons width to accommodate for dimensionless SVGs

This commit is contained in:
Kris 2019-07-05 12:37:18 -04:00
parent 7c130990e9
commit 589351d996

View File

@ -161,9 +161,12 @@
align-items: center;
justify-content: center;
font-size: 3.5em;
a {
width: 100%;
}
img {
max-width: 80px;
width: 100%;
max-width: 65px;
max-height: 80px;
}