reworked structure
This commit is contained in:
@@ -2,35 +2,29 @@
|
||||
layout: none
|
||||
---
|
||||
|
||||
.screen{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
align-content: center;
|
||||
height: 700px;
|
||||
width: 900px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.screen-image{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: fixed;
|
||||
align-content: center;
|
||||
background-image: url({{site.baseurl}}/assets/images/crt2.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
height: 700px;
|
||||
width: 900px;
|
||||
background-position: top;
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
|
||||
width: 1000px;
|
||||
height: 830px;
|
||||
}
|
||||
|
||||
.screen-content{
|
||||
position: relative;
|
||||
top: 121px;
|
||||
left: 128px;
|
||||
height: 492px;
|
||||
width: 645px;
|
||||
top: 141px;
|
||||
left: 117px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
pointer-events: all !important;
|
||||
}
|
||||
/*z-index: -1;*/
|
||||
width: 768px;
|
||||
height: 584px;
|
||||
pointer-events: auto !important;
|
||||
background: #241c11 !important;
|
||||
;
|
Reference in New Issue
Block a user