changed screen

This commit is contained in:
Patrick Tschuchnig 2020-01-25 17:01:24 +01:00
parent cb15e6826a
commit 1885476c85
2 changed files with 6 additions and 10 deletions

View File

@ -14,17 +14,13 @@ layout: none
width: 900px; width: 900px;
} }
.screen-content{ .screen-content{
margin-top: 120px; position: relative;
/* padding-left: 350px; */ top: 121px;
/* padding-right: inherit; */ left: 128px;
margin-left: auto; height: 492px;
margin-right: auto; width: 645px;
/* padding-left: 50px; */
/* padding-right: 50px; */
height: 480px;
width: 640px;
overflow-y: auto; overflow-y: auto;
overflow-x: auto; overflow-x: hidden;
} }
.screen-content::before{ .screen-content::before{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB