Don't display logo on smaller screens
This commit is contained in:
parent
fc592d742f
commit
aad50d92e7
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ table {
|
|||
width: 250px;
|
||||
}
|
||||
|
||||
.type {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.desktop {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue