better NTP graph on mobile

This commit is contained in:
Jonas Leder 2021-01-20 22:32:36 +01:00
parent 96090b933e
commit 8ca51abe9f

View file

@ -28,4 +28,10 @@
svg{
background-color: #ebebeb;
}
@media only screen and (max-width: $mobile-max-width){
svg {
width: 100%;
height: auto;
}
}
}