From 58c170802196fa57178d7fa03779fdff461de4f1 Mon Sep 17 00:00:00 2001 From: Kostya Date: Wed, 6 Dec 2023 12:05:10 +0300 Subject: [PATCH] changed width and styles for profile placing, profile page --- luckydiamond/src/assets/css/PagesStyles/profile.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/profile.css b/luckydiamond/src/assets/css/PagesStyles/profile.css index 64738dc..0b6b84b 100644 --- a/luckydiamond/src/assets/css/PagesStyles/profile.css +++ b/luckydiamond/src/assets/css/PagesStyles/profile.css @@ -3,7 +3,7 @@ } .profile__content { - width: 35%; + width: 30%; margin-left: 3%; } @@ -26,7 +26,8 @@ .profile__card h2 { border-radius: 20px; background: #22252F; - width: 32%; + width: 60%; + height: 60px; display: flex; align-items: center; color: #FFF; @@ -46,8 +47,8 @@ } .icon-diamond h2 img { - width: 20px; - height: 20px; + width: 33px; + height: 33px; } .deposit-icon {