Fix program view on mobile.

This commit is contained in:
Víðir Valberg Guðmundsson 2017-03-27 21:24:56 +02:00
parent b4bfd82174
commit 69e475f854

View file

@ -109,6 +109,13 @@ footer {
padding: 5px;
}
@media (max-width: 520px) {
.event {
width: 50%;
padding: 5px;
}
}
.event:hover {
background-color: black !important;
color: white !important;