changed width and styles for profile placing, profile page

This commit is contained in:
Kostya
2023-12-06 12:05:10 +03:00
parent 097e41fb7f
commit 58c1708021

View File

@@ -3,7 +3,7 @@
} }
.profile__content { .profile__content {
width: 35%; width: 30%;
margin-left: 3%; margin-left: 3%;
} }
@@ -26,7 +26,8 @@
.profile__card h2 { .profile__card h2 {
border-radius: 20px; border-radius: 20px;
background: #22252F; background: #22252F;
width: 32%; width: 60%;
height: 60px;
display: flex; display: flex;
align-items: center; align-items: center;
color: #FFF; color: #FFF;
@@ -46,8 +47,8 @@
} }
.icon-diamond h2 img { .icon-diamond h2 img {
width: 20px; width: 33px;
height: 20px; height: 33px;
} }
.deposit-icon { .deposit-icon {