From dc433e770225c1a03abdff6619aedf8259cece37 Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 2 Dec 2023 20:53:02 +0300 Subject: [PATCH] added adaptive for a laptop(1280px), incomplete to the end --- .../src/assets/css/PagesStyles/home.css | 45 ++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 2646135..47dcf4a 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -244,4 +244,47 @@ margin-right: 10%; } -/* /GameMode */ \ No newline at end of file +/* /GameMode */ + +/* Media */ + +@media screen and (max-width: 1280px) { + .main__content h1 { + font-size: 4.5em; + } + .gamemode__firstline img { + width: 9.938em; + height: 9.938em; + } + .gamemode__firstline .title-firstline { + font-size: 3.625em; + } + .gamemode__twolines img { + display: none; + } + .gamemode__twolines .title-twoline { + font-size: 3.238em; + } + .line__btn { + font-size: 25px; + } + .line__btn--elm { + font-size: 28px; + } + .write { + position: static; + margin: 62% 87% 6% 3%; + } + .write__content input { + padding: 10px 1% 14px 12px; + } + .write__content input::placeholder { + font-size: 11.5px; + } + .write__content button { + margin-left: -15%; + padding: 6px 6px; + } +} + +/* /Media */ \ No newline at end of file