minimum window size changed

This commit is contained in:
nklhrstv 2020-10-06 16:29:25 +03:00
parent c091662d5e
commit 0052ebeeb6

View file

@ -67,8 +67,8 @@ svg {
html {
width: 100%;
height: 100%;
min-width: 800px;
min-height: 600px;
min-width: 640px;
min-height: 480px;
font-family: 'Roboto', 'sans-serif';
overflow: auto;