diff --git a/ui/src/app/app.component.css b/ui/src/app/app.component.css index 50d4640..e69de29 100644 --- a/ui/src/app/app.component.css +++ b/ui/src/app/app.component.css @@ -1,7 +0,0 @@ -#router { - position: relative; - top: 100px; - flex: auto; - display: flexbox; - text-align: center; -} \ No newline at end of file diff --git a/ui/src/app/countdown/countdown.component.css b/ui/src/app/countdown/countdown.component.css index a90b5d8..cab7d14 100644 --- a/ui/src/app/countdown/countdown.component.css +++ b/ui/src/app/countdown/countdown.component.css @@ -10,13 +10,6 @@ } -#comming-soon { - - - - - -} .comming-soon-wrapper { text-align: center; padding: 0px; diff --git a/ui/src/app/home/home.component.css b/ui/src/app/home/home.component.css index ae6ce50..d88f1d4 100644 --- a/ui/src/app/home/home.component.css +++ b/ui/src/app/home/home.component.css @@ -21,6 +21,10 @@ top: 50px; } +.section-heading-page { + width: 100%; +} + .section-countdown { position:relative; top: -170px; diff --git a/ui/src/app/wegbeschreibung/wegbeschreibung.component.css b/ui/src/app/wegbeschreibung/wegbeschreibung.component.css index 5350969..e96eb16 100644 --- a/ui/src/app/wegbeschreibung/wegbeschreibung.component.css +++ b/ui/src/app/wegbeschreibung/wegbeschreibung.component.css @@ -1,4 +1,8 @@ #beschreibung { - height: 400px; - width: 100%; + height: 600px; + width: 300%; + + left: -100%; + position:relative; + } \ No newline at end of file diff --git a/ui/src/app/wegbeschreibung/wegbeschreibung.component.ts b/ui/src/app/wegbeschreibung/wegbeschreibung.component.ts index 04f377f..0d8847d 100644 --- a/ui/src/app/wegbeschreibung/wegbeschreibung.component.ts +++ b/ui/src/app/wegbeschreibung/wegbeschreibung.component.ts @@ -31,8 +31,8 @@ export class WegbeschreibungComponent implements OnInit { }) ], view: new View({ - center: olProj.fromLonLat([7.0785,51.4614]), - zoom: 5 + center: olProj.fromLonLat([7.6952,53.0916]), + zoom: 19 }) }); } diff --git a/ui/src/styles.css b/ui/src/styles.css index c194671..42eaf89 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -6,10 +6,16 @@ html { } body { - - /*font-family: Roboto, "Helvetica Neue", sans-serif;*/ font-family: 'Josefin Sans'; font-size: 22px; background-color: #c6ac87; } +#router { + position: relative; + top: 100px; + + + display: flex; + justify-content: center; +} \ No newline at end of file