diff --git a/style.css b/style.css index fbefbf1..c76446b 100644 --- a/style.css +++ b/style.css @@ -205,8 +205,8 @@ td { } #show { - max-width: 1152px; - max-height: 864px; + max-width: 1280px; + max-height: 800px; width: 100%; height: 100%; cursor: pointer; @@ -215,7 +215,7 @@ td { position: relative; top: 78px; left: 50%; - margin-left: -576px; + margin-left: -640px; border-radius: 8px; overflow: hidden; }