css verändert

This commit is contained in:
xoy 2023-01-29 20:52:33 +01:00
parent 188857206a
commit 13a70f975d
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ div.eventList a.event {
display: inline-block;
color: white !important;
margin: 10px 10px 10px 10px;
max-width: 100%;
}
div.eventList a.event:hover {

View File

@ -181,4 +181,8 @@ p.topic {
padding: 20px 20px 20px 0;
text-align: right;
}
a.imgLink div {
font-size: 200%;
}
}