hide timeline title on mobile
This commit is contained in:
parent
1a01e64cb5
commit
74d82cad0e
1 changed files with 6 additions and 0 deletions
|
@ -84,4 +84,10 @@ margin-left: 1em;
|
|||
color: var(--selectedMenuText, $fallback--text);
|
||||
--lightText: var(--selectedMenuLightText, $fallback--lightText);
|
||||
}
|
||||
|
||||
@media all and (max-width: 900px) {
|
||||
.timeline-title {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue