mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed width and styles for profile placing, profile page
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user