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">
|
<style scoped lang="scss">
|
||||||
img.avatar {
|
img.avatar {
|
||||||
width: 176px;
|
width: 300px;
|
||||||
height: 176px;
|
height: 300px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.avatar {
|
span.avatar {
|
||||||
font-size: 100px;
|
display: block;
|
||||||
|
font-size: 150px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
background-color: var(--fw-gray-500);
|
background-color: var(--fw-gray-500);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 176px;
|
width: 300px;
|
||||||
height: 176px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in New Issue