fix(style): consistent profile image

This commit is contained in:
ArneBo 2025-04-02 09:51:17 +02:00
parent b90186aefd
commit 394e4c4ae5
1 changed files with 6 additions and 5 deletions

View File

@ -194,21 +194,22 @@ const tabs = ref([{
<style scoped lang="scss">
img.avatar {
width: 176px;
height: 176px;
width: 300px;
height: 300px;
border-radius: 50%;
}
span.avatar {
font-size: 100px;
display: block;
font-size: 150px;
font-style: normal;
font-weight: 800;
text-align: center;
align-content: center;
background-color: var(--fw-gray-500);
border-radius: 50%;
width: 176px;
height: 176px;
width: 300px;
height: 300px;
}
h1 {