45 lines
398 B
CSS
45 lines
398 B
CSS
h1 {
|
|
color: black;
|
|
}
|
|
|
|
#map {
|
|
height: 100vh;
|
|
width: 80vh;
|
|
float: left;
|
|
}
|
|
|
|
#location {
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
|
|
#formular-wrapper {
|
|
height: 50vh;
|
|
width: 50vh;
|
|
float: left;
|
|
}
|
|
|
|
|
|
#idee {
|
|
height: 50vh;
|
|
width: 50vh;
|
|
float: left;
|
|
}
|
|
|
|
|
|
.ideeBilder {
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
|
|
.herz {
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
#currentLocation {
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|