Revert setting 3px offset in .top-right class

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2022-01-31 23:38:58 +06:00
parent 46769a2b6d
commit 69132a1dae

View file

@ -81,7 +81,7 @@
}
.top-right {
left: calc(50% - 3px);
left: 50%;
top: -50%;
}