make sure location details are rendered correctly

This commit is contained in:
Laura Klünder 2017-11-22 20:59:50 +01:00
parent cd27a6a099
commit d96663bf73

View file

@ -205,6 +205,8 @@ section.details {
#location-details dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin: 0;
font-size:90%;
}