Revert setting 3px offset in .top-right class
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
46769a2b6d
commit
69132a1dae
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-right {
|
.top-right {
|
||||||
left: calc(50% - 3px);
|
left: 50%;
|
||||||
top: -50%;
|
top: -50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue