Skip to content
Snippets Groups Projects
Commit 8ca51abe authored by Jonas Leder's avatar Jonas Leder
Browse files

better NTP graph on mobile

parent 96090b93
No related branches found
No related tags found
No related merge requests found
Pipeline #565 passed
......@@ -28,4 +28,10 @@
svg{
background-color: #ebebeb;
}
@media only screen and (max-width: $mobile-max-width){
svg {
width: 100%;
height: auto;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment