Update mobile.css

This commit is contained in:
augustin64 2022-12-19 18:19:29 +01:00
parent ec1d2bfb7e
commit 8289ff7c3d

View File

@ -14,3 +14,22 @@
width: 100vw; width: 100vw;
} }
} }
@media (max-width: 750px) {
#partitions-grid {
grid-template-columns: repeat(auto-fill, 170px);
}
.partition {
width: 160px;
}
.partition-thumbnail {
width: 160px;
height: 160px;
}
.edit-button {
transform: translateX(-65%) translateY(-150%);
}
}