bo/src/Vegetable.css
2018-09-18 22:54:25 +02:00

35 lines
414 B
CSS

.tab-content {
padding: 16px 0;
border-bottom: 1px solid #dee2e6;
}
.map {
width: 734px;
height: 530px;
background: url('/plan.jpg');
background-size: cover;
position: relative;
}
.mapMarker {
position: absolute;
left: 25%;
top: 33%;
}
.mapMarker svg {
color: red;
font-size: 2rem;
}
.nav-item {
cursor: pointer;
}
.imgPreview img {
max-width : 100%;
}
#mainPicture {
display: none;
}