mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
hide custom date nav on very small screens, #32
This commit is contained in:
parent
b8eecf77a0
commit
ae74bb39cc
@ -154,6 +154,9 @@ body {
|
||||
.total-numbers { font-size: 64px; }
|
||||
}
|
||||
|
||||
@media( max-width: 600px ) {
|
||||
.date-nav .custom { display: none; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user