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 @@
- +
- +
- +
- +
@@ -184,41 +184,41 @@
-
-
- +
+ -
- + -
- + -
- + -
+
+
+ Mehr Produkte +
+
+
+
+
+ +
- Mehr Produkte -
-
-
-
-
diff --git a/css/app.css b/css/app.css index 8030a71..4669e69 100644 --- a/css/app.css +++ b/css/app.css @@ -515,7 +515,8 @@ body { display: inline-block; padding: 10px 20px; background-color: rgba(255, 255, 255, 0.7); - background-position: center} + background-position: center; + margin-top:115px;} #author_logo {