mirror of
https://github.com/informaticker/elia-li-website.git
synced 2024-11-22 01:31:58 +01:00
adjust grace
This commit is contained in:
parent
c9dc28a935
commit
696878bd82
@ -84,15 +84,15 @@
|
|||||||
}
|
}
|
||||||
.stats {
|
.stats {
|
||||||
bottom: 0.5%;
|
bottom: 0.5%;
|
||||||
font-size: 0.8rem;
|
font-size: 1rem;
|
||||||
color: rgba(128, 128, 128, 0.534);
|
color: rgba(128, 128, 128, 0.6);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: none;
|
display: none;
|
||||||
animation: fadeIn 1s;
|
animation: fadeIn 1.5s;
|
||||||
}
|
}
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
from { opacity: 0; }
|
from { opacity: 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user