Iceshrimp.NET/Iceshrimp.Frontend/Components/ProfileInfo.razor.css
2024-06-29 00:48:53 +02:00

14 lines
No EOL
221 B
CSS

.bio {
margin-bottom: 1rem;
border-bottom: 0.1rem solid var(--highlight-color);
white-space: pre-wrap;
}
.metadata {
display: flex;
justify-content: space-evenly;
}
.field {
text-align: center;
}