diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php
index 69b8973..0e12927 100644
--- a/content/includes/css.blade.php
+++ b/content/includes/css.blade.php
@@ -1,4 +1,4 @@
-
+
diff --git a/content/index.blade.php b/content/index.blade.php
index 1a873b5..d88ec46 100644
--- a/content/index.blade.php
+++ b/content/index.blade.php
@@ -7,6 +7,7 @@
background-image: url('{{ asset('template/images/alpaka-hero.jpg') }}');
background-position: center;
background-size: cover;
+ min-height: 250px;
}
}
@media only screen and (min-width: 676px) {
@@ -15,6 +16,7 @@
background-image: url('{{ asset('template/images/alpaka-hero.jpg') }}');
background-position: center;
background-size: cover;
+ min-height: 500px;
}
}
@@ -28,9 +30,7 @@
-
-
-
+
@@ -83,16 +83,16 @@