diff --git a/frontend/src/index.scss b/frontend/src/index.scss index 8b1f5f4..8b5e92b 100644 --- a/frontend/src/index.scss +++ b/frontend/src/index.scss @@ -65,6 +65,9 @@ body { color: #dbdee1; } + @media (max-width: 500px) { + justify-content: center; + } } .io {