Don't display logo on smaller screens

This commit is contained in:
Robbe Van Herck 2020-05-14 14:13:27 +02:00
parent fc592d742f
commit aad50d92e7

View file

@ -105,6 +105,11 @@ table {
width: 250px;
}
.type {
display: none;
}
.desktop {
display: none;
}