diff --git a/scss/_ntp.scss b/scss/_ntp.scss index f757254..276159c 100644 --- a/scss/_ntp.scss +++ b/scss/_ntp.scss @@ -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