Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 16, 2024
1 parent 30851c0 commit 268ea7d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
div#grid-container {
margin: 3px;
height: calc(100vh - 6px);
width: calc(100vw - 6px);
display: table;
Expand All @@ -28,19 +27,19 @@
}

div#grid-bg {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
background-repeat: no-repeat;
pointer-events: none;
mix-blend-mode: multiply;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
background-repeat: no-repeat;
pointer-events: none;
mix-blend-mode: multiply;
}

pre#grid {
pre#grid {
width: 100%;
height: 100%;
margin: 0;
Expand Down

0 comments on commit 268ea7d

Please sign in to comment.