hide long title on mobile
This commit is contained in:
parent
b4acb076fd
commit
51fc61be23
2 changed files with 8 additions and 2 deletions
|
|
@ -29,3 +29,9 @@ nav {
|
|||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 799px) {
|
||||
.hide-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue