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