From 25fae32fabfca469bde6ad858cb67926294bc359 Mon Sep 17 00:00:00 2001 From: Swino4ka Date: Sun, 10 Mar 2024 00:12:09 +0100 Subject: [PATCH 1/2] 110% hotfix --- luckydiamond/src/assets/css/PagesStyles/home.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 4b5a282..08f17f8 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -154,7 +154,6 @@ } .line__footer img { - width: 60%; margin-bottom: 5%; } @@ -417,6 +416,11 @@ width: 150px; height: 150px; } + + .line__footer img { + width: 55%; + margin-bottom: 5%; + } } @media only screen and (max-width:1700px) { From 4bdcda5ce0599d28acef1f52189a5ec69a5a1deb Mon Sep 17 00:00:00 2001 From: Swino4ka Date: Sun, 10 Mar 2024 00:54:00 +0100 Subject: [PATCH 2/2] 150% laptop fix --- .../src/assets/css/PagesStyles/home.css | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 08f17f8..01dfcb0 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -497,4 +497,93 @@ .line__content { height: 354px; } +} + +@media only screen and (max-width:1300px) { + .title-jackpot { + font-size:40px; + padding: 0px 0px 0px 28px; + } + + .title-twoline { + font-size: 40px; + } + + .line__img__jackpot { + height: 125px; + width: 125px; + } + + .line__footer img { + width: 40%; + margin-bottom: 5%; + } + + .line__content { + width: 100%; + height: 100%; + } + + .line__btn { + border-radius: 10px; + font-size: 20px; + padding: 11px 11px 11px 11px; + } + + .main__content h1 { + font-size: 40px; + } + + .title-firstline { + font-size:60px; + } + + .cumming_soon_btn { + font-size: 20px; + border-radius: 10px; + height: 50px; + } + + .cumming_soon--img { + height: 40px; + width: 80px; + } + + .gamemode__twoline--first__element .container a { + margin-right: 10%; + padding: 2px 11px 11px 11px; + margin-bottom: 3%; + } + + .line__btn__jackpot { + border-radius: 10px; + font-size: 20px; + } + + .line__btn--crash { + border-radius: 10px; + font-size: 20px; + padding: 0px 0px 0px 16px; + } + + .crash--img { + height: 50px; + width: 50px; + } + + .line__content { + height: 265px; + } + + .gamemode__twoline--first__element { + width: 100%; + margin: 0 3.6% 0 5.5%; + min-height: 60px; + } + + .gamemode__twoline--two__element { + margin-top: 0; + width: 100%; + min-height: 60px; + } } \ No newline at end of file