From 9c0827749cb5c2e5eddd04fb44a9f6624ff40464 Mon Sep 17 00:00:00 2001
From: Martin <6s93Cy8CnPoNrllvYBol>
Date: Thu, 20 May 2021 18:31:47 +0200
Subject: [PATCH] Fixed issues with cookie banner button and link
---
.../src/app/component/landing/landing.component.css | 3 +++
.../src/app/component/landing/landing.component.html | 4 ++--
.../src/app/component/landing/landing.component.ts | 3 ++-
frontend/src/app/services/cookie.service.ts | 12 ++++++------
frontend/src/environments/environment.ts | 2 ++
5 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/frontend/src/app/component/landing/landing.component.css b/frontend/src/app/component/landing/landing.component.css
index e69de29..6053ac6 100644
--- a/frontend/src/app/component/landing/landing.component.css
+++ b/frontend/src/app/component/landing/landing.component.css
@@ -0,0 +1,3 @@
+.center {
+ text-align: center;
+}
diff --git a/frontend/src/app/component/landing/landing.component.html b/frontend/src/app/component/landing/landing.component.html
index 76e030c..43c33eb 100644
--- a/frontend/src/app/component/landing/landing.component.html
+++ b/frontend/src/app/component/landing/landing.component.html
@@ -2,8 +2,8 @@