Workaround Chrome rendering issue

This commit is contained in:
Skylar Ittner 2019-03-27 17:30:25 -06:00
parent 277a008968
commit a088005d07

View File

@ -89,11 +89,13 @@ html.md .navbar .link {
}
#qrcode {
width: 10em;
max-width: 100%;
max-height: 12em;
}
.card-expandable #qrcode {
height: 50em;
width: auto;
height: 55em;
max-height: 50vh;
}