mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-01 05:13:51 +01:00
fix (404): 404 page issue in firefox
This commit is contained in:
parent
1d4773302e
commit
8eb9ab0719
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue