Cleaner services page, cleaner index page with profile pic

This commit is contained in:
ngn
2024-03-03 02:26:31 +03:00
parent 8359fd2880
commit a29ebb7cb3
11 changed files with 166 additions and 71 deletions

View File

@@ -35,7 +35,7 @@ main {
flex-direction: row;
padding: 30px 30px 30px 30px;
background: var(--dark-two);
border-radius: 7px 7px 0px 0px;
border-radius: var(--radius);
box-shadow: var(--box-shadow);
justify-content: space-between;
align-items: center;
@@ -43,6 +43,7 @@ main {
color: white;
gap: 100px;
transition: .4s;
width: 100%;
}
div h1 {