Fixes for small screens
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m11s

This commit is contained in:
Arne Vlaeminck
2023-08-05 13:12:58 +02:00
parent 8aa73ab02c
commit b7f2b60623
5 changed files with 18 additions and 9 deletions

View File

@@ -37,8 +37,8 @@
<ul> <ul>
<li>Btw</li> <li>Btw</li>
<li>Personenbelasting</li> <li>Personenbelasting</li>
<li>Vennootschapsbelasting</li> <li>Vennootschaps&shy;belasting</li>
<li>Rechtspersonenbelasting</li> <li>Rechtspersonen&shy;belasting</li>
<li>Belasting van niet-inwoners (natuurlijke personen en vennootschappen)</li> <li>Belasting van niet-inwoners (natuurlijke personen en vennootschappen)</li>
<li>Diverse andere aangiften ...</li> <li>Diverse andere aangiften ...</li>
</ul> </ul>
@@ -101,7 +101,7 @@
<div class="content"> <div class="content">
<h2>Advies</h2> <h2>Advies</h2>
<app-collapse [icon]="'fa-money-check'" [title]="'Fiscaal advies'" [alternate]="true"> <app-collapse [icon]="'fa-money-check'" [title]="'Fiscaal advies'" [alternate]="true">
<p>Wij streven naar een correct, ondersteund/gedocumenteerd advies op uw diverse fiscale vragen.</p> <p>Wij streven naar een correct, ondersteund / gedocumenteerd advies op uw diverse fiscale vragen.</p>
</app-collapse> </app-collapse>
<app-collapse [icon]="'fa-receipt'" [title]="'Vennootschaprecht'" [alternate]="true"> <app-collapse [icon]="'fa-receipt'" [title]="'Vennootschaprecht'" [alternate]="true">
<p>Advies in diverse facetten van het vennootschapsrecht:</p> <p>Advies in diverse facetten van het vennootschapsrecht:</p>
@@ -207,8 +207,8 @@
</p> </p>
<span class="bold">Als je deel wil uitmaken van ons team:</span> <span class="bold">Als je deel wil uitmaken van ons team:</span>
<ul> <ul>
<li>bel op 09/ 228.43.22</li> <li>bel op <a href="tel:+3292284322">09/ 228.43.22</a></li>
<li>of bezorg dan jouw CV en motivatiebrief aan robert@sinia.be</li> <li>of bezorg dan jouw CV en motivatiebrief aan <a href="mailto:robert@sinia.be">robert@sinia.be</a></li>
</ul> </ul>
<p> <p>
Wij contacteren je zo spoedig mogelijk. Wij contacteren je zo spoedig mogelijk.
@@ -221,8 +221,8 @@
Interesse? Interesse?
</p> </p>
<ul> <ul>
<li>bel op 09/ 228.43.22</li> <li>bel op <a href="tel:+3292284322">09/ 228.43.22</a></li>
<li>of bezorg dan jouw CV en motivatiebrief aan robert@sinia.be</li> <li>of bezorg dan jouw CV en motivatiebrief aan <a href="mailto:robert@sinia.be">robert@sinia.be</a></li>
</ul> </ul>
</div> </div>
</div> </div>

View File

@@ -366,7 +366,7 @@ h2 {
z-index: 5; z-index: 5;
position: relative; position: relative;
width: 100%; width: 100%;
margin-top: -19rem; margin-top: -17rem;
} }
} }
@@ -411,4 +411,10 @@ h2 {
} }
} }
} }
#vacatures, #contact {
a, a > p {
color: $secondary-color;
}
}
} }

View File

@@ -32,6 +32,8 @@
h3 { h3 {
width: 80%; width: 80%;
margin: 0; margin: 0;
text-overflow: ellipsis;
overflow: hidden;
} }
span { span {

View File

@@ -108,7 +108,7 @@
span { span {
color: $primary-color; color: $primary-color;
font-size: 5rem; font-size: 4rem;
} }
} }
} }

View File

@@ -24,6 +24,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-size: 2rem; font-size: 2rem;
line-height: 1.5; line-height: 1.5;
hyphens: manual;
} }
body { body {