hide custom date nav on very small screens, #32

This commit is contained in:
Danny 2018-05-18 11:04:16 +02:00
parent b8eecf77a0
commit ae74bb39cc

View File

@ -154,6 +154,9 @@ body {
.total-numbers { font-size: 64px; }
}
@media( max-width: 600px ) {
.date-nav .custom { display: none; }
}
}