screen changes
This commit is contained in:
parent
a447cbbe8b
commit
b495a6957c
@ -4,7 +4,6 @@
|
||||
<body>
|
||||
<div class="screen">
|
||||
<div class="screen-image"></div>
|
||||
|
||||
<div class="screen-content crt">
|
||||
<style>
|
||||
.meta {
|
||||
|
@ -5,12 +5,10 @@ layout: none
|
||||
.screen{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
/*
|
||||
background-image: url({{site.baseurl}}/assets/images/crt2.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
*/
|
||||
align-content: center;
|
||||
height: 700px;
|
||||
width: 900px;
|
||||
@ -19,15 +17,15 @@ layout: none
|
||||
.screen-image{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
position: fixed;
|
||||
background-image: url({{site.baseurl}}/assets/images/crt2.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
height: 700px;
|
||||
width: 900px;
|
||||
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
|
||||
}
|
||||
.screen-content{
|
||||
@ -38,6 +36,5 @@ layout: none
|
||||
width: 645px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
z-index: -1;
|
||||
pointer-events: all !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user