Skip to content

Commit

Permalink
align past events with header
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Steinmacher committed Sep 28, 2023
1 parent f4543a2 commit 728d4a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/elements/events-list.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ export default function EventsList({ html, state }) {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
}
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
Expand Down

0 comments on commit 728d4a5

Please sign in to comment.