kevin-powell / portfolio-with-css-grid

File from my YouTube series
MIT License
67 stars 51 forks source link

Fix to contact form Name and Email width bug in Chrome. #5

Closed GarryAylott closed 6 years ago

GarryAylott commented 6 years ago

It seems that, as in your latest video, it's a bug related to Chrome (Firefox is fine) where when re-sizing the browser the Name field seems to reduce in size while the Email field is fine. Seems Chrome doesn't like "1fr 1fr" but works fine with "50% 50%".

kevin-powell commented 6 years ago

Thanks a ton!