Minor tweaks.
This commit is contained in:
parent
465794755b
commit
f32728336f
4 changed files with 19 additions and 9 deletions
|
|
@ -20,10 +20,11 @@
|
||||||
<!--# include file="/includes/nav.html" -->
|
<!--# include file="/includes/nav.html" -->
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="mt-5 text-center">
|
<main>
|
||||||
<section class="container-xxl mt-5 text-center">
|
<section class="container-xxl pb-0 text-center">
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
Stuur mij gerust een mailtje voor een vrijblijvend gesprek :)
|
Stuur mij gerust een mailtje voor een vrijblijvend gesprek! 🙂
|
||||||
|
<br>🡇
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,14 +11,19 @@
|
||||||
https://cdn.jsdelivr.net
|
https://cdn.jsdelivr.net
|
||||||
https://*.fontawesome.com;
|
https://*.fontawesome.com;
|
||||||
media-src 'self'
|
media-src 'self'
|
||||||
https://www.youtube.com https://youtu.be
|
https://www.youtube.com
|
||||||
|
https://youtu.be
|
||||||
https://www.linkedin.com;
|
https://www.linkedin.com;
|
||||||
frame-src 'self'
|
frame-src 'self'
|
||||||
https://www.youtube.com/embed/ https://youtu.be/embed/
|
https://www.youtube.com/embed/
|
||||||
|
https://youtu.be/embed/
|
||||||
https://www.linkedin.com/embed/;
|
https://www.linkedin.com/embed/;
|
||||||
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
style-src 'self' 'unsafe-inline'
|
||||||
font-src 'self' https://*.fontawesome.com;
|
https://*.fontawesome.com;
|
||||||
connect-src 'self' https://*.fontawesome.com;
|
font-src 'self'
|
||||||
|
https://*.fontawesome.com;
|
||||||
|
connect-src 'self'
|
||||||
|
https://*.fontawesome.com;
|
||||||
object-src 'none';
|
object-src 'none';
|
||||||
img-src 'self' data:;
|
img-src 'self' data:;
|
||||||
">
|
">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h3 class="card-title">Open categorie</h3>
|
<h3 class="card-title">Open categorie</h3>
|
||||||
<p class="card-text fs-4 ff-header">vanaf €350,-</p>
|
<p class="card-text fs-4 ff-header">vanaf €350,-</p>
|
||||||
<p class="card-text">Geschikt voor indoor en vluchten in ongecontroleerd luchtruim met een laag risico:</p>
|
<p class="card-text">Geschikt voor indoor drone tours en vluchten in ongecontroleerd luchtruim met een laag risico:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/bedrijfsvideo#">Bedrijfsvideo</a></li>
|
<li><a href="/bedrijfsvideo#">Bedrijfsvideo</a></li>
|
||||||
<li><a href="/vastgoed#">Vastgoed</a></li>
|
<li><a href="/vastgoed#">Vastgoed</a></li>
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,10 @@ main>* {
|
||||||
@extend .pb-3;
|
@extend .pb-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
min-height: 4.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
@extend .text-dark;
|
@extend .text-dark;
|
||||||
background-color: $red-200;
|
background-color: $red-200;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue