Add support for displaying events from Mobilizon

This commit is contained in:
Thomas Sileo 2022-11-07 20:35:23 +01:00
parent 5b505b0e37
commit d96ec913d4
3 changed files with 39 additions and 2 deletions

View file

@ -531,3 +531,13 @@ a.label-btn {
text-decoration: underline;
}
}
.ap-place {
h3 {
display: inline;
font-weight: normal;
}
h3::after {
content: ': ';
}
}