further ProfileCard adjustments

This commit is contained in:
2022-12-30 19:20:37 +01:00
parent b3908b6ace
commit e749b051b0
4 changed files with 57 additions and 22 deletions

View File

@@ -28,6 +28,8 @@
}
.inner {
width: 100%;
display: flex;
flex-direction: column;
header {
display: flex;
flex-direction: row;
@@ -49,6 +51,7 @@
flex-direction: row;
gap: 1rem;
margin: 8px 0;
margin-top: auto;
.badge {
display: flex;
flex-direction: row;

View File

@@ -60,7 +60,7 @@ const ProfileCard = ({ data }: UserProfileCardProps) => {
className={styles.dot}
style={{ background: data.accentColor }}
/>
DEV
Developer
</div>
)}
</div>