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 { #location-details dl {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin: 0; margin: 0;
font-size:90%; font-size:90%;
} }