diff --git a/src/app/app.component.html b/src/app/app.component.html
index e4bbd72..4f9c028 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -37,8 +37,8 @@
Advies
- Wij streven naar een correct, ondersteund/gedocumenteerd advies op uw diverse fiscale vragen.
+ Wij streven naar een correct, ondersteund / gedocumenteerd advies op uw diverse fiscale vragen.
Advies in diverse facetten van het vennootschapsrecht:
@@ -207,8 +207,8 @@
Als je deel wil uitmaken van ons team:
- - bel op 09/ 228.43.22
- - of bezorg dan jouw CV en motivatiebrief aan robert@sinia.be
+ - bel op 09/ 228.43.22
+ - of bezorg dan jouw CV en motivatiebrief aan robert@sinia.be
Wij contacteren je zo spoedig mogelijk.
@@ -221,8 +221,8 @@
Interesse?
- - bel op 09/ 228.43.22
- - of bezorg dan jouw CV en motivatiebrief aan robert@sinia.be
+ - bel op 09/ 228.43.22
+ - of bezorg dan jouw CV en motivatiebrief aan robert@sinia.be
diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index c9b6588..d7829c6 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -366,7 +366,7 @@ h2 {
z-index: 5;
position: relative;
width: 100%;
- margin-top: -19rem;
+ margin-top: -17rem;
}
}
@@ -411,4 +411,10 @@ h2 {
}
}
}
+
+ #vacatures, #contact {
+ a, a > p {
+ color: $secondary-color;
+ }
+ }
}
diff --git a/src/app/collapse/collapse.component.scss b/src/app/collapse/collapse.component.scss
index eb8b4d0..dea02a0 100644
--- a/src/app/collapse/collapse.component.scss
+++ b/src/app/collapse/collapse.component.scss
@@ -32,6 +32,8 @@
h3 {
width: 80%;
margin: 0;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
span {
diff --git a/src/app/header/header.component.scss b/src/app/header/header.component.scss
index eb46005..9043042 100644
--- a/src/app/header/header.component.scss
+++ b/src/app/header/header.component.scss
@@ -108,7 +108,7 @@
span {
color: $primary-color;
- font-size: 5rem;
+ font-size: 4rem;
}
}
}
diff --git a/src/index.html b/src/index.html
index faecf2a..62b2277 100644
--- a/src/index.html
+++ b/src/index.html
@@ -24,6 +24,7 @@
font-family: 'Inter';
font-size: 2rem;
line-height: 1.5;
+ hyphens: manual;
}
body {