mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
removed extra data on smaller screens (#5154)
This commit is contained in:
parent
6db23ab1a5
commit
0604b64f6b
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue