Add games view

Work on displaying correct game information
Epic-er nav
This commit is contained in:
Michał Gdula 2023-05-17 23:04:17 +01:00
parent c1f8f67e64
commit 51ba6cd0ea
17 changed files with 182 additions and 51 deletions

View file

@ -8,3 +8,11 @@
100%
opacity: 0
// text-shadow: 0 0 0 $primary
@keyframes title-change
0%
transform: translateX(-3rem)
opacity: 0
100%
transform: translateX(0)
opacity: 1