diff --git a/src/app/app.component.html b/src/app/app.component.html index 0279c20..e4bbd72 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -23,7 +23,7 @@ factuur

Diensten

- +
  • Het voeren van de boekhouding van A tot Z (met inbegrip van alle BTW verplichtingen)
  • Wij bezorgen u geregeld (of op verzoek) een tussentijds resultaat zodat onder meer voorafbetalingen van belasting optimaal kunnen opgevolgd worden
  • diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 682a570..9076ba0 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -260,6 +260,7 @@ h2 { .wrapper { padding: 2rem 3rem 6rem 3rem; + width: calc(100% - 6rem); } #diensten { @@ -270,7 +271,7 @@ h2 { width: 20.4rem; height: 20rem; top: -6rem; - left: calc(100vw - 30rem); + left: calc(100vw - 22rem); transform: scale(1.25); } @@ -290,10 +291,10 @@ h2 { img { position: relative; - width: 20.4rem; + width: 22rem; height: 20rem; top: -6rem; - left: calc(100vw - 30rem); + left: calc(100vw - 22rem); transform: scale(1.25); } @@ -329,10 +330,10 @@ h2 { img { display: inline; - margin: 3rem; - width: 40rem; - height: 38rem; - max-width: 40rem; + margin: 3rem 0; + width: 33rem; + height: 34rem; + max-width: 33rem; } } @@ -345,6 +346,7 @@ h2 { #wiezijnwe { display: inline-block; + width: 100vw; .wrapper { align-items: flex-end; @@ -374,8 +376,8 @@ h2 { align-items: center; img { - width: 50rem; - max-width: 50rem; + width: 42rem; + max-width: 42rem; height: 100%; position: relative; top: -12rem; @@ -397,6 +399,7 @@ h2 { padding: 3rem; margin-bottom: 3rem; width: 100%; + box-sizing: border-box; } .google-maps { diff --git a/src/app/collapse/collapse.component.scss b/src/app/collapse/collapse.component.scss index 4fc0369..eb8b4d0 100644 --- a/src/app/collapse/collapse.component.scss +++ b/src/app/collapse/collapse.component.scss @@ -51,7 +51,7 @@ span { } .collapse { - max-height: 130rem; + max-height: 180rem; transition: max-height 0.5s ease-in; overflow: hidden; } @@ -69,3 +69,9 @@ span { padding: 0.5rem 8%; margin-bottom: 2rem; } + +@media only screen and (max-width: 1200px) { + h3 { + max-width: calc(100% - 10rem); + } +} diff --git a/src/app/header/header.component.html b/src/app/header/header.component.html index 99ae687..bae18c4 100644 --- a/src/app/header/header.component.html +++ b/src/app/header/header.component.html @@ -6,7 +6,7 @@
-