mirror of
https://github.com/iv-org/instances-api.git
synced 2025-06-08 14:52:42 -04:00
correct small alignment issue
This commit is contained in:
parent
63e9e4cdc6
commit
f9a6931b15
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.3s;
|
transition: opacity 0.3s;
|
||||||
transform: translate(-50%, calc(100% + 5px)) rotate(0deg);
|
transform: translate(-50%, calc(100% + 5px)) rotate(0deg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue