diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css index b5a86c4..ea4e12d 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css @@ -292,6 +292,23 @@ margin-top: 7px; } +.ratio { + position: relative; + left: 50%; + top: -390px; + font-size: 34px; + font-weight: 700; + font-family: 'Montserrat'; +} + +.time { + position: relative; + left: 50%; + font-size: 34px; + font-weight: 700; + font-family: 'Montserrat'; +} + /* /Crash-Players */ /* Notification */ diff --git a/luckydiamond/src/components/games-components/CrashGraphComponent.vue b/luckydiamond/src/components/games-components/CrashGraphComponent.vue index 11f66ce..dc0ba32 100644 --- a/luckydiamond/src/components/games-components/CrashGraphComponent.vue +++ b/luckydiamond/src/components/games-components/CrashGraphComponent.vue @@ -1,11 +1,11 @@