2022-10-26 16:51:39 +02:00
|
|
|
h1 {
|
2022-10-27 12:35:35 +02:00
|
|
|
color: black;
|
2022-10-26 16:51:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#map {
|
2022-11-14 16:27:53 +01:00
|
|
|
height: 50vh;
|
|
|
|
width: 100%;
|
2022-10-27 12:35:35 +02:00
|
|
|
float: left;
|
2022-10-26 16:51:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#location {
|
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
}
|
2022-10-27 12:35:35 +02:00
|
|
|
|
|
|
|
#formular-wrapper {
|
|
|
|
height: 50vh;
|
|
|
|
width: 50vh;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#idee {
|
|
|
|
height: 50vh;
|
|
|
|
width: 50vh;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ideeBilder {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
2022-10-27 17:33:19 +02:00
|
|
|
|
|
|
|
|
|
|
|
.herz {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#currentLocation {
|
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
}
|
2022-11-14 16:27:53 +01:00
|
|
|
|
|
|
|
#cancel {
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
2022-11-15 14:59:24 +01:00
|
|
|
|
|
|
|
p.commentText{
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.commentLikeNumber{
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.commentLike{
|
|
|
|
width: 15px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|