diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-03-21 16:44:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 16:44:23 +0100 |
| commit | 2d534317defc71ce070e1000e0b80b9a3d16d75d (patch) | |
| tree | a75f50d94f7e644e3f6bde659f60575f82bba958 /webAO | |
| parent | 0a67b7c908cb7826ee1cbf2ea5cba2d1a7ef0031 (diff) | |
| parent | b0299b073f72a15f126f984a286acd135370989d (diff) | |
Merge pull request #51 from AttorneyOnline/resizemainbuttons
use vw for icon size
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 88b5532..d56fe24 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -445,7 +445,7 @@ } .menu_icon { - font-size: 2em; + font-size: 2vw; } .area-button { |
