aradzie / keybr.com

The smartest way to learn touch typing and improve your typing speed.

Home Page:https://www.keybr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Grid needs overhaul

Dreded opened this issue · comments

Thanks for the hard work, unfortunatey I have noticed a issue with the site design

i did try to change this by editing the CSS it seems the computed size is being a bit to smart

one thing that would help is that on a viewport under 1600px wide

change the grid...
from

    grid-template-areas: "topbar topbar topbar" "sidebar main nav";

to

    grid-template-areas: ". main nav";

or could set the sdebar min width as currently seems to be 182px
probably also want to remove the margin: 0 on body
done