diff options
| author | sD <stoned@derpymail.org> | 2020-01-05 21:17:59 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-01-05 21:17:59 +0100 |
| commit | b67abc01cf8776ff1e7f9ded66fd786b84638fe2 (patch) | |
| tree | f5f4861a68f57c97f3b672ef000cac03b0fad97b /webAO/client.css | |
| parent | f05f6664abd1c3c9d98432c549d5c2affe4c6243 (diff) | |
add padding and make the reconnect buttons do the same thing
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index be80855..0f1d32d 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -42,6 +42,7 @@ img { position: absolute; display: flex; flex-direction: column; + padding: 10px; top: 50%; left: 50%; margin-right: -50%; @@ -59,6 +60,7 @@ img { position: absolute; display: flex; flex-direction: column; + padding: 10px; top: 50%; left: 50%; margin-right: -50%; |
