We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817bd72 commit 3d91659Copy full SHA for 3d91659
1 file changed
public/css/style.css
@@ -3166,7 +3166,11 @@ tbody tr:hover {
3166
font-weight: 500;
3167
}
3168
3169
-/* server-detail-grid mobile: handled in RESPONSIVE section */
+@media (max-width: 768px) {
3170
+ .server-detail-grid {
3171
+ grid-template-columns: 1fr;
3172
+ }
3173
+}
3174
3175
/* ===== RGPD / COOKIE CONSENT ===== */
3176
.cookie-banner {
0 commit comments