UX: Give badge icons width to accommodate for dimensionless SVGs
This commit is contained in:
parent
7c130990e9
commit
589351d996
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue