21 lines
226 B
CSS
21 lines
226 B
CSS
.contact-photo-wrapper {
|
|
float: left;
|
|
width: 120px;
|
|
}
|
|
|
|
.prep-details {
|
|
float: left;
|
|
}
|
|
|
|
.directory-item {
|
|
margin: 10px;
|
|
}
|
|
|
|
.rating-value {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.prep-rating-value {
|
|
margin-left: 10px;
|
|
font-size: 1.5rem;
|
|
} |