diff --git a/client/src/pages/tools/linux/components/ServerDialog/styles.sass b/client/src/pages/tools/linux/components/ServerDialog/styles.sass index dc52081..f7a19e6 100644 --- a/client/src/pages/tools/linux/components/ServerDialog/styles.sass +++ b/client/src/pages/tools/linux/components/ServerDialog/styles.sass @@ -34,4 +34,9 @@ &:hover background-color: $dark-gray color: $white - transition: all 0.3s \ No newline at end of file + transition: all 0.3s + + +@media screen and (max-width: 570px) + .server-area + width: 100% \ No newline at end of file