mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
9 lines
209 B
CSS
9 lines
209 B
CSS
.settings {
|
|
display: flex;
|
|
grid-area: profile;
|
|
height: 95%;
|
|
border-radius: 50px;
|
|
background: #17181C;
|
|
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
margin: 10px 39px 18px 13px;
|
|
} |