fix (404): 404 page issue in firefox

This commit is contained in:
Mickael Kerjean 2022-11-25 16:45:25 +11:00
parent 1d4773302e
commit 8eb9ab0719

View file

@ -10,7 +10,7 @@
<style>
body { font-family: monaco, monospace; background: #010088; color: #f8ffff;
display: flex; align-items: center; justify-content: center;
text-align: center; }
text-align: center; height: 100%; margin: 0; }
body > div { margin-top: -50px; }
h1 { font-size: 150px; line-height: 150px; margin: 0; background: #f8ffff;
color: #010088; padding: 5px 20px; }