removed margin-right to just use "right" value

Removed margin-right as "right" handles this usage just fine and margin messes with the actual container.
This commit is contained in:
Night Owls Roleplay
2021-12-13 22:08:43 -08:00
committed by GitHub
parent 874eeef86c
commit d6a56057d8
+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 {