diff --git a/assets/css/crt-screen.css b/assets/css/crt-screen.css index 14f1016..44fd98a 100644 --- a/assets/css/crt-screen.css +++ b/assets/css/crt-screen.css @@ -14,17 +14,13 @@ layout: none width: 900px; } .screen-content{ - margin-top: 120px; - /* padding-left: 350px; */ - /* padding-right: inherit; */ - margin-left: auto; - margin-right: auto; - /* padding-left: 50px; */ - /* padding-right: 50px; */ - height: 480px; - width: 640px; + position: relative; + top: 121px; + left: 128px; + height: 492px; + width: 645px; overflow-y: auto; - overflow-x: auto; + overflow-x: hidden; } .screen-content::before{ diff --git a/assets/images/crt2.png b/assets/images/crt2.png index 2be5167..46d3977 100644 Binary files a/assets/images/crt2.png and b/assets/images/crt2.png differ