/* Initially hide the element */ /* Show the element on mobile */ @media (max-width: 768px) { .mobile-only { display: inline-block!important; } } /* Optionally hide on larger screens if needed */ @media (min-width: 769px) { .mobile-only { display: none!important; } } .pretty-json { white-space: pre-wrap; /* Ensures the formatting is preserved */ font-family: monospace; /* Uses a monospace font for better readability */ padding: 10px; border: 1px solid #ddd; color: white; background-color: #2d2b2b; }
Devenir client - Inscription