My projects page

This commit is contained in:
2017-10-28 20:09:54 +02:00
parent 446d966e80
commit e5dcb07659
6 changed files with 192 additions and 4 deletions

View File

@@ -37,6 +37,15 @@ header.admin {
word-wrap: break-word;
}
.event-info a {
color: black;
text-decoration: none;
}
.event-info a:hover {
text-decoration: underline;
}
.event-actions {
grid-column: 2;
text-align: center;