diff --git a/ui/src/app/home/home.component.css b/ui/src/app/home/home.component.css index 5696663..ae6ce50 100644 --- a/ui/src/app/home/home.component.css +++ b/ui/src/app/home/home.component.css @@ -10,12 +10,20 @@ .section-heading-page { background: #228fb8; color: white; + height: 150px; + position: relative; + top:250px; } -.container { - - text-align: center; +.section-name { + position: relative; + top: 50px; +} + +.section-countdown { + position:relative; + top: -170px; } @@ -23,3 +31,4 @@ + diff --git a/ui/src/app/home/home.component.html b/ui/src/app/home/home.component.html index eb7f37f..d87d1f0 100644 --- a/ui/src/app/home/home.component.html +++ b/ui/src/app/home/home.component.html @@ -1,58 +1,9 @@ -
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-

Annika & Damian

-
20.08.2022
-
-
-
-
-
+
+
+

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 bcdccb5..734531a 100644 --- a/ui/src/app/navbar/navbar.component.html +++ b/ui/src/app/navbar/navbar.component.html @@ -1,25 +1,19 @@ - - - - - - + \ No newline at end of file diff --git a/ui/src/styles.css b/ui/src/styles.css index 1396826..ad0547d 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -2,7 +2,9 @@ * { font-size: 15px; } - +html { + width: 100%; +} body { font-family: Roboto, "Helvetica Neue", sans-serif;