Need help making the Navbar responsive
The code: https://stackblitz.com/edit/github-ahneo9h2
The page is
/playground
I need to remove the ol
s entirely, I guess? Can someone help me do that?4 Replies
Not sure about responsiveness, but
src/layouts/Base.astro
on line 40, your small font size is broken:
Clamping between 0.89rem
and 0.89rem
? Either you missed a number in the max or the font size should just be 0.89rem
.well I copied that from a calculator.. I'll go back and fix that.
Thanks beck!
There is an error while building the site, though, so I can't see what it currently looks like, only read the code. And I'm not Astro expert…
well crap. Uh, There needs to be a
.env
file with OGP_SITENAME = "something"
not sure why it wasn't in what I shared..