event_list.html: hide title on small screens

This commit is contained in:
Milan
2020-05-23 23:52:17 +02:00
parent e4eb6db1b8
commit 11f7609f32
2 changed files with 17 additions and 1 deletions

View File

@@ -248,6 +248,20 @@ a {
display: none;
}
}
@media all and (max-width: 600px) {
#calcms_list .excerpt {
width: 0;
display: none;
}
#calcms_list .location {
width: 0;
display: none;
}
#calcms_list .subtitle {
width: 0;
display: none;
}
}
#calcms_list .event.running:hover {
opacity: 0.9;