Template:AuthorCard/styles.css
From AbhiprayaVedi
.author-card {
display: flex;
gap: 1rem;
border-top: 2px solid #ccc;
padding: 1rem 0;
}
.author-photo img {
border-radius: 50%;
max-width: 150px;
}
.author-info {
flex: 1;
}
.author-name {
font-size: 1.2em;
font-weight: bold;
}
.author-display {
font-size: 1em;
color: #555;
}
.author-bio {
margin-top: 0.5em;
line-height: 1.4;
}