monero-project / monero-site

https://getmonero.org
BSD 3-Clause "New" or "Revised" License
288 stars 391 forks source link

Button of 404 page too close to bottom in some browsers #1920

Closed erciccione closed 1 year ago

erciccione commented 2 years ago

See screenshots in #1918

FedericoNembrini commented 1 year ago

It seems to me that the button is only too close if the browser window (or device screen) is too small.

We could add an id to the button and style it with margin-bottom: 1rem; (1rem so it keeps the margin constant as in the home content and footer).