Skip to content

Commit 3d91659

Browse files
committed
fix: server-detail-grid 1 column on mobile by moving override after base style
1 parent 817bd72 commit 3d91659

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

public/css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3166,7 +3166,11 @@ tbody tr:hover {
31663166
font-weight: 500;
31673167
}
31683168

3169-
/* server-detail-grid mobile: handled in RESPONSIVE section */
3169+
@media (max-width: 768px) {
3170+
.server-detail-grid {
3171+
grid-template-columns: 1fr;
3172+
}
3173+
}
31703174

31713175
/* ===== RGPD / COOKIE CONSENT ===== */
31723176
.cookie-banner {

0 commit comments

Comments
 (0)