Added icons on contact
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m10s
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m10s
This commit is contained in:
@@ -63,7 +63,7 @@ h2 {
|
||||
.wrapper {
|
||||
max-width: 120rem;
|
||||
margin: 0 auto;
|
||||
padding: 2rem 2rem;
|
||||
padding: 2rem 2rem 6rem 2rem;
|
||||
}
|
||||
|
||||
.alternate {
|
||||
@@ -96,6 +96,11 @@ h2 {
|
||||
|
||||
#klantworden {
|
||||
margin-bottom: 4rem;
|
||||
|
||||
p + h2 {
|
||||
margin-top: 10rem;
|
||||
}
|
||||
|
||||
.timeline {
|
||||
border-left: 0.2rem solid $primary-color;
|
||||
padding: 1rem 3rem 2rem 3rem;
|
||||
@@ -125,6 +130,14 @@ h2 {
|
||||
margin-left: -5rem;
|
||||
|
||||
}
|
||||
|
||||
p > span {
|
||||
display: block;
|
||||
|
||||
a {
|
||||
color: $secondary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,6 +160,22 @@ h2 {
|
||||
display: flex;
|
||||
padding: 2rem 0;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span {
|
||||
color: $secondary-color;
|
||||
margin-right: 3rem;
|
||||
width: 1.8rem;
|
||||
}
|
||||
|
||||
.text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
div {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user