tr-vs / realist

2 stars 3 forks source link

Fix navbar sizing and other elements #67

Closed kesdlvi closed 10 months ago

kesdlvi commented 10 months ago

For a good portion of the styles, we are using px to determine the width and height of elements. We need to convert these to vh or some other scalable sizing. This is evident in the navbar, as the collapsing the screen pushes all the elements together. Use something like the link below to convert px sizes to vh or rem (whatever fits best.