X-Git-Url: https://git.yukkurigames.com/?p=mlpccg.git;a=blobdiff_plain;f=main.css;h=7baf502a8f53da3017a040f3a3afff9475877c25;hp=74250b84c1f40b2dcaf8d08ca2075871e1794414;hb=HEAD;hpb=61267efeb7df6f77adec75120e8cbc8de8c8fec7 diff --git a/main.css b/main.css index 74250b8..7baf502 100644 --- a/main.css +++ b/main.css @@ -82,10 +82,10 @@ body { #overlay { position: fixed; - left: 0; - right: 0; - top: 0; - bottom: 0; + left: -50%; + right: -50%; + top: -50%; + bottom: -50%; background-color: black; opacity: 0; transition: opacity 0.5s;