diff --git a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/styles.sass b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/styles.sass index 0e760ee..11197f5 100644 --- a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/styles.sass +++ b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/components/LogArea/styles.sass @@ -4,6 +4,7 @@ background-color: $black border: 2px solid $dark-gray border-radius: 1rem + box-sizing: border-box padding: 1rem 1rem width: 20rem @@ -46,4 +47,9 @@ color: $green .icon-failed svg - color: $red \ No newline at end of file + color: $red + +@media screen and (max-width: 768px) + .log-area + width: 100% + margin-bottom: 1rem \ No newline at end of file