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
1 changed files with 5 additions and 0 deletions

View File

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