add Changed the template to SettingPage

This commit is contained in:
Madara0330E
2024-01-30 19:39:33 +03:00
parent f4d65a09b4
commit ed8a64570f
2 changed files with 19 additions and 92 deletions

View File

@@ -0,0 +1,9 @@
.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;
}