diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html
index 77568cd..d67cbbc 100644
--- a/ui/src/app/app.component.html
+++ b/ui/src/app/app.component.html
@@ -1,7 +1,3 @@
-
-
-
-
diff --git a/ui/src/app/countdown/countdown.component.css b/ui/src/app/countdown/countdown.component.css
index 62f78d6..a90b5d8 100644
--- a/ui/src/app/countdown/countdown.component.css
+++ b/ui/src/app/countdown/countdown.component.css
@@ -1,7 +1,7 @@
.content-comming-soon {
height: auto;
margin: auto;
- position: relative;
+
width: 100%;
box-sizing: border-box;
text-align: center;
@@ -11,9 +11,9 @@
}
#comming-soon {
- position: absolute;
- background-color: red;
- display: flex;
+
+
+
}
@@ -37,7 +37,7 @@
font-size: 44px;
line-height: 64px;
box-sizing: border-box;
- text-align: center;
+
}
.comming-soon-date {
@@ -46,5 +46,5 @@
display: block;
font-size: 16px;
box-sizing: border-box;
- text-align: center;
+
}
\ No newline at end of file
diff --git a/ui/src/app/home/home.component.css b/ui/src/app/home/home.component.css
index db9e63e..5696663 100644
--- a/ui/src/app/home/home.component.css
+++ b/ui/src/app/home/home.component.css
@@ -12,25 +12,14 @@
color: white;
}
-.col-xs-12 {
- width: 100%;
-}
.container {
- width:1170px;
text-align: center;
}
-.wrapper-table {
- display: table;
- margin: 0;
- padding: 0;
- width: 100%;
-}
-.wrapper-table-cell {
- display: table-cell;
- text-align: center;
- vertical-align: middle;
-}
+
+
+
+
diff --git a/ui/src/app/home/home.component.html b/ui/src/app/home/home.component.html
index c52331b..eb7f37f 100644
--- a/ui/src/app/home/home.component.html
+++ b/ui/src/app/home/home.component.html
@@ -11,14 +11,41 @@
+
+
+
+
+
+
+
+
+
Annika & Damian
+
20.08.2022
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ui/src/app/navbar/navbar.component.html b/ui/src/app/navbar/navbar.component.html
index 50fa8dc..bcdccb5 100644
--- a/ui/src/app/navbar/navbar.component.html
+++ b/ui/src/app/navbar/navbar.component.html
@@ -1,4 +1,4 @@
-Navbar works
+
diff --git a/ui/src/styles.css b/ui/src/styles.css
index 0e2c3d3..1396826 100644
--- a/ui/src/styles.css
+++ b/ui/src/styles.css
@@ -2,9 +2,9 @@
* {
font-size: 15px;
}
-html, body { height: 100%; }
+
body {
- margin: 0;
+
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 15px;
}