Iceshrimp.NET/Iceshrimp.Frontend/Components/UserProfileCard.razor.css
2024-07-03 00:53:16 +02:00

31 lines
No EOL
414 B
CSS

.header {
display: flex;
}
.name-section {
margin-left: 1rem;
}
.name {
font-size: 2rem;
}
.identifier {
font-size: 1.5rem;
}
.profile-card {
padding: 1rem;
border-radius: 1rem;
background-color: var(--foreground-color);
max-width: 45rem;
margin: 1rem auto auto;
width: 100%;
}
.avatar {
border-radius: 8px;
object-fit: cover;
width: 5em;
height: 5em;
}