Add color dots to event cards

This commit is contained in:
2024-03-06 14:36:58 -05:00
parent 54b05c4faa
commit 50e4979020
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,8 @@
.dot {
align-self: center;
border-radius: 50%;
height: 32px;
margin-left: auto;
margin-right: 0;
width: 32px;
}