Jared Peters
@jrddpAll solutions
React + NextJS + ShadCN + TailwindCSS
#next#react#shadcn#tailwind-cssSubmitted 10 months agoIt seems like the text is not vertically centering on divs with the Overpass font. It appears to be slightly too high. Does anyone know what could be causing this?
Straight-forward TailwindCSS + HTML Solution
#tailwind-cssSubmitted 11 months ago- Are there ways I should be improving accessibility?
- Semantically, what is the best tag to use for something like "Greg Hooper" here or "Published 21 Dec 2023"? Should it just be a non-descriptive span?
Straight-forward TailwindCSS + HTML Solution
#tailwind-cssSubmitted 11 months agoI could not figure out a good way of fixing the spacing on the ordered list "Instructions" items. I wanted them to display with the same left-padding on each line (each overflow line of each list item should be to the right of the number, not below it). I wanted to do this without changing the semantic "li" and "ol" elements, but I could not find a solution.