Merge pull request #63 from nightowlsrp/patch-1

removed margin-right to just use "right" value
This commit is contained in:
Linden
2021-12-14 17:34:50 +11:00
committed by GitHub
+1 -2
View File
@@ -25,10 +25,9 @@ body {
display:none;
position: absolute;
top: 50%;
right: 0;
right: 25;
transform: translate(0, -50%);
background: rgba(0,0,0,0.7);
margin-right: 1.5rem;
}
.header {