Skip to content
Snippets Groups Projects
PlantDetails.css 289 B
Newer Older

.plantDetails{
    margin: 25px 20px;
}

h1{
    font-size: 2.3rem;
}

.infoBox {
    background-color:#f9f9f9;
    border-radius: 0.5rem;
    margin: 20px 0px;
    padding: 5px;
} 


.title {
    font-weight: bold;
    font-size: 1.3rem;
}