- Stuur mij gerust een mailtje voor een vrijblijvend gesprek :)
+ Stuur mij gerust een mailtje voor een vrijblijvend gesprek! 🙂
+
🡇
diff --git a/public/includes/head.html b/public/includes/head.html
index 0b16656..546a338 100644
--- a/public/includes/head.html
+++ b/public/includes/head.html
@@ -11,14 +11,19 @@
https://cdn.jsdelivr.net
https://*.fontawesome.com;
media-src 'self'
- https://www.youtube.com https://youtu.be
+ https://www.youtube.com
+ https://youtu.be
https://www.linkedin.com;
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/;
- style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
- font-src 'self' https://*.fontawesome.com;
- connect-src 'self' https://*.fontawesome.com;
+ style-src 'self' 'unsafe-inline'
+ https://*.fontawesome.com;
+ font-src 'self'
+ https://*.fontawesome.com;
+ connect-src 'self'
+ https://*.fontawesome.com;
object-src 'none';
img-src 'self' data:;
">
diff --git a/public/includes/pricing/cat-open.html b/public/includes/pricing/cat-open.html
index ec146b2..94afe06 100644
--- a/public/includes/pricing/cat-open.html
+++ b/public/includes/pricing/cat-open.html
@@ -2,7 +2,7 @@
Open categorie
-
Geschikt voor indoor en vluchten in ongecontroleerd luchtruim met een laag risico:
+
Geschikt voor indoor drone tours en vluchten in ongecontroleerd luchtruim met een laag risico:
- Bedrijfsvideo
- Vastgoed
diff --git a/src/scss/styles.scss b/src/scss/styles.scss
index ca48316..e422b59 100644
--- a/src/scss/styles.scss
+++ b/src/scss/styles.scss
@@ -99,6 +99,10 @@ main>* {
@extend .pb-3;
}
+header {
+ min-height: 4.5rem;
+}
+
::selection {
@extend .text-dark;
background-color: $red-200;