fix(style): consistent profile image
This commit is contained in:
parent
b90186aefd
commit
394e4c4ae5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue