GeeksHacking / hackomania-2024-website

Static website built with Astro and React
https://hackomania2024.geekshacking.com
MIT License
0 stars 0 forks source link

bug: browser box scaling #2

Closed qin-guan closed 10 months ago

qin-guan commented 10 months ago

Because I just copied the svg from Figma and viewbox does not scale very well on large screens. The top browser control bar is too fat.

I am not sure how to fix it other than avoiding using svg altogether.

lyqht commented 10 months ago

i think we can implement the browser box with just native html, no need svg.

lyqht commented 10 months ago

I can help to work on this