diff --git a/frontend/src/styles/components/_icon.scss b/frontend/src/styles/components/_icon.scss index 28272fe..cea4a4b 100644 --- a/frontend/src/styles/components/_icon.scss +++ b/frontend/src/styles/components/_icon.scss @@ -10,8 +10,18 @@ justify-content: center; padding: 0; + @media (max-width: 768px) { + max-width: 60px; + + img { + width: 100%; + height: auto; + } + } + img { width: auto; height: auto; } } +