gbowne1 / gbowne1site_react

React version of gbowne1 site
GNU General Public License v3.0
4 stars 12 forks source link

Issues with App.css #62

Open gbowne1 opened 9 months ago

gbowne1 commented 9 months ago

At least in my case, in Firefox 119-121.. and this is pretty much the same when looking at the console in every route/page.

So, the issue here is:

in the * {...} font family, margin and padding have a strikethrough in in the inspector

This might also because these also exist in NotFound.css's * {...}

It's also calling for some of these from bootstrap.css and _reboot.css from react-bootstrap. In a separate issue I just created, bootstrap will be getting removed.

So, this might make the browser confused about some things having the same CSS rules, so it strikethroughs the rule in the console

Also if you look,

shows overflow. I would like elements not to overflow.