Fix sizing of instance title block on home page

master
David Benqué 3 years ago
parent 633b8e062f
commit fcb11dd65a

@ -58,7 +58,8 @@
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
margin: 0 auto; margin: 0 auto;
flex-grow: 1; // XXX DB: no effect flex-grow: 1;
max-width: unset;
img { img {
max-width: 200px; max-width: 200px;
margin-bottom: 1.5em; margin-bottom: 1.5em;

Loading…
Cancel
Save