From fcc771125e59bce48b7457cb56f1ba1cc36ecee8 Mon Sep 17 00:00:00 2001 From: Kostya Date: Mon, 5 Feb 2024 00:03:29 +0300 Subject: [PATCH] added media for crash --- .../css/PagesStyles/games-pages/crash.css | 47 ++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css index 393fdb3..4a3fa54 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/crash.css @@ -182,4 +182,49 @@ height: 40px; } -/* /Notification */ \ No newline at end of file +/* /Notification */ + +/* Media */ + +@media screen and (max-width: 1740px) and (min-width: 1400px) { + .crash-content .error-block { + top: 410px; + } + .crash-game__graph { + width: 500px; + height: 500px; + top: 190px; + left: 570px; + } + .crash-input-deposit .btn-style__diamonds button { + padding: 4px 18px !important; + } + .chart-container { + width: 500px !important; + height: 500px !important; + } +} + +@media screen and (max-width: 1400px) and (min-width: 1200px) { + .header__nav nav a { + font-size: 16px; + } + .crash-content .error-block { + top: 400px; + } + .crash-game__graph { + width: 400px; + height: 400px; + top: 180px; + left: 550px; + } + .chart-container { + width: 400px !important; + height: 400px !important; + } + .crash-input-deposit .btn-style__diamonds button { + padding: 4px 18px !important; + } +} + +/* /Media */ \ No newline at end of file