map.css 480 Bytes
/*인포윈도우 설정*/
.infowindow {
    width : 25rem;
    border : 1px solid black;
    border-radius: 5px;
    background-color : white;
}

.infowindow-title {
<<<<<<< HEAD
    font-size: 3rem;
}

.infowindow-address {
    font-size: 1.6rem;
}

.infowindow-btn {
    font-size: 1.6rem;
=======
    font-size: 15px;
    color: rebeccapurple;
    font-weight: 600;
}

.infowindow-address {
    font-size: 8px;
}

.infowindow-btn {
    font-size: 8px;
>>>>>>> release_v0.2.0
}