1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 08:41:30 +00:00

css: increased screen margin

This commit is contained in:
Steven Hugg 2022-08-07 11:15:36 -05:00
parent 59c3b756bd
commit 74a8795152

View File

@ -292,9 +292,9 @@ div.emuspacer {
padding: 20px; padding: 20px;
background: #000; background: #000;
margin-top:40px; margin-top:40px;
margin-left:5%; margin-left:3%;
margin-right:5%; margin-right:3%;
width:90%; width:94%;
pointer-events:auto; pointer-events:auto;
} }
.emuvideo:focus { .emuvideo:focus {