ishto
ishto
KPCKevin Powell - Community
Created by interpod on 8/4/2024 in #front-end
How to handle small screens in css ? Is small font good practise ? (shadcn-ui + tailwind)
As someone who doesn't do web, I think doing break points like:
@media (max-width: 768px) {
body {
font-size: 90%;
}
}
@media (max-width: 768px) {
body {
font-size: 90%;
}
}
or similar is a good way to handle stuff, just as you suggested
13 replies
KPCKevin Powell - Community
Created by Stan Long on 2/20/2024 in #front-end
Help with storing user Data
If you are gonna use them when the users opens the website again then local and if you dont care after the user leaves, session
7 replies
KPCKevin Powell - Community
Created by SargeTastic on 2/9/2024 in #ui-ux
I Disagree with a lot of these tips... anyone else?
Personal preferences tbh. But I'm also not a fan of his stuff.
15 replies
KPCKevin Powell - Community
Created by SchmediumXL on 1/27/2024 in #front-end
How to straighten these rows?
7 replies