From f0fcdd1924a253255c4790e5ab6e15b1be0876ac Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 23 Dec 2023 09:13:08 +0300 Subject: [PATCH] added template styles media for 1200-1399px --- .../css/PagesStyles/games-pages/saper.css | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css index dc37845..6384173 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css @@ -408,4 +408,26 @@ input[type="number"]::-webkit-outer-spin-button { } } +@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { + .saper-game__content { + width: auto; + } + .crystals-btns__choices button, .btn-style__diamonds button { + padding: 4px 13px; + } + .diamond-icon { + top: 12px; + left: 35px; + } + #diamonds-input { + width: 60%; + } + .btns-style__steps button { + padding: 6px 9px; + } + .card-info img { + width: 100%; + } +} + /* /Media */ \ No newline at end of file