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

@ -29,7 +29,7 @@
width: 100%;
background: var(--dark-three);
box-shadow: var(--box-shadow);
border-radius: 7px;
border-radius: var(--radius);
}
.title {

View File

@ -38,7 +38,7 @@ a {
width: 100%;
background: var(--dark-three);
box-shadow: var(--box-shadow);
border-radius: 7px;
border-radius: var(--radius);
cursor: pointer;
transition: .4s;
text-decoration: none;

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 {