Cleaner services page, cleaner index page with profile pic
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
width: 100%;
|
||||
background: var(--dark-three);
|
||||
box-shadow: var(--box-shadow);
|
||||
border-radius: 7px;
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.title {
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user