From 47939e7162814224844d338ad6527efaba8ddbca Mon Sep 17 00:00:00 2001 From: Kostya Date: Sun, 3 Dec 2023 07:46:09 +0300 Subject: [PATCH] changed width and margin for line-img, home page, media for a laptop --- luckydiamond/src/assets/css/PagesStyles/home.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index ab52595..2c299c2 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -268,9 +268,12 @@ left: 0; top: 0; } + .line__img { + margin: 1% -15% 0 2%; + } .gamemode__firstline img { - width: 9.938em; - height: 9.938em; + width: 60%; + height: 60%; } .gamemode__firstline .title-firstline { font-size: 3.625em;