pure design

This commit is contained in:
les
2020-07-09 02:27:17 +02:00
parent ccd174cc67
commit 1e4e3a4d6c
8 changed files with 74 additions and 25 deletions

View File

@@ -1,11 +1,9 @@
.event,
.announcement {
.event {
width: 320px;
max-width: 450px;
flex-grow: 1;
margin: .2em;
background-color: #202020;
max-height: 400px;
overflow: hidden;
a:hover {
@@ -25,7 +23,8 @@
font-size: 1.2em;
max-height: 3em;
overflow: hidden;
color: #fea;
color: white;
font-weight: bold;
}
.card-footer {