design geändert
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
#router {
|
|
||||||
position: relative;
|
|
||||||
top: 100px;
|
|
||||||
flex: auto;
|
|
||||||
display: flexbox;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
@@ -10,13 +10,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#comming-soon {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
.comming-soon-wrapper {
|
.comming-soon-wrapper {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|||||||
@@ -21,6 +21,10 @@
|
|||||||
top: 50px;
|
top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-heading-page {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.section-countdown {
|
.section-countdown {
|
||||||
position:relative;
|
position:relative;
|
||||||
top: -170px;
|
top: -170px;
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
#beschreibung {
|
#beschreibung {
|
||||||
height: 400px;
|
height: 600px;
|
||||||
width: 100%;
|
width: 300%;
|
||||||
|
|
||||||
|
left: -100%;
|
||||||
|
position:relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -31,8 +31,8 @@ export class WegbeschreibungComponent implements OnInit {
|
|||||||
})
|
})
|
||||||
],
|
],
|
||||||
view: new View({
|
view: new View({
|
||||||
center: olProj.fromLonLat([7.0785,51.4614]),
|
center: olProj.fromLonLat([7.6952,53.0916]),
|
||||||
zoom: 5
|
zoom: 19
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,10 +6,16 @@ html {
|
|||||||
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
|
||||||
/*font-family: Roboto, "Helvetica Neue", sans-serif;*/
|
|
||||||
font-family: 'Josefin Sans';
|
font-family: 'Josefin Sans';
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
background-color: #c6ac87;
|
background-color: #c6ac87;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#router {
|
||||||
|
position: relative;
|
||||||
|
top: 100px;
|
||||||
|
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user