diff --git a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss index b847810d1d..aa65154177 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss +++ b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss @@ -41,6 +41,12 @@ display: flex; flex-wrap: wrap; + @media screen and (max-width: 960px) { + div:nth-child(n + 5) { + display: none; + } + } + .info-flex__item--title { margin-bottom: 2.5rem; }