mrsimpson / energy

A calculator for cost of energy (gas)
https://gaspreis.no-panic.org
Apache License 2.0
3 stars 0 forks source link

Footer not spanning the full width #84

Closed mrsimpson closed 1 year ago

mrsimpson commented 1 year ago

It's aligned left. I am a CSS legasthenic... @jschirrmacher you revamped the footer ;-)

jschirrmacher commented 1 year ago

Problem comes from https://github.com/mrsimpson/energy/commit/8b408e40d2ea4e568b7c3051f10ec110b4edd970.

The left: 0; right: 0; as it was before made it span the whole window width. Now it uses only what it really needs.

We should revert that and use justify-content: center for .menu-bar instead. I'll create a PR for that

mrsimpson commented 1 year ago

Oooops. Did I tell you I'm a css legastehnic? 😬 The 0 made it align left