Skip to content
Snippets Groups Projects
Commit 0ac0ebd5 authored by psy's avatar psy
Browse files

fix centering on mobile devices

parent 27c7c749
No related branches found
No related tags found
No related merge requests found
Pipeline #5526 passed
......@@ -25,8 +25,8 @@ img {
}
#centerbox {
width: 800px;
height: 200px;
width: 100%;
height: 3em;
position: absolute;
top:0;
......@@ -58,6 +58,7 @@ img {
<div id="centerbox">
<img src="conn-lost.gif" alt="Cat" />
<p>Connection lost. Reconnecting...</p>
</div>
<div id="footer">
<p><a href="https://legal.rc3.world">Impressum und Datenschutzerklärung</a></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment