Files
004_comission/givefortune/task3-quote/src/components/MapDisplay.module.css
louiscklaw 893eaee67b update,
2025-01-31 19:47:49 +08:00

63 lines
882 B
CSS

.map {
width: 100%;
height: 80vh;
}
.content-area {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 5px;
gap: 10px;
}
.image {
/* max-width: 100%; */
height: 250px;
width: 250px;
object-fit: cover;
border-radius: 30px;
}
.basic-info {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}
.name {
font-size: 1.5rem;
line-height: 2.1rem;
font-weight: 600;
}
.age-and-species {
font-size: 1rem;
line-height: 1.4rem;
font-weight: 500;
color: rgb(155, 60, 25);
}
.details-info {
font-size: 1rem;
line-height: 1.4rem;
display: flex;
flex-direction: column;
gap: 8px;
/* padding: 10px; */
}
.characteristics {
display: flex;
flex-wrap: wrap;
}
.sub-title {
font-weight: 600;
color: rgb(70, 30, 10);
}
.contact-owner {
font-size: 1rem;
color: rgb(155, 60, 25);
font-weight: 600;
}