64 lines
638 B
CSS
64 lines
638 B
CSS
h1 {
|
|
color: black;
|
|
}
|
|
|
|
#map {
|
|
height: 50vh;
|
|
width: 100%;
|
|
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;
|
|
}
|
|
|
|
#cancel {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
|
|
p.commentText{
|
|
display: inline-block;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
p.commentLikeNumber{
|
|
display: inline-block;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
img.commentLike{
|
|
width: 15px;
|
|
display: inline-block;
|
|
} |