Join Nostr
2024-06-18 12:31:17 UTC
in reply to

Steven Bell :pci: :pc2red: on Nostr: maybe add this to the css for a better mobile experience. @media (max-width: 550px) { ...

maybe add this to the css for a better mobile experience.

@media (max-width: 550px) {
.cols {
grid-template-columns: repeat(1, 1fr);
}
}