better NTP graph on mobile
This commit is contained in:
parent
96090b933e
commit
8ca51abe9f
1 changed files with 6 additions and 0 deletions
|
@ -28,4 +28,10 @@
|
|||
svg{
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
@media only screen and (max-width: $mobile-max-width){
|
||||
svg {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue