diff options
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index 3b770e9..96a7f71 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -10,6 +10,12 @@ img { -ms-interpolation-mode: nearest-neighbor; } +#about-logo { + padding-top: 5px; + height: 30%; + image-rendering: auto; +} + @keyframes error_blink { 0% { color: white; } 50% { color: red; } |
