mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:03:08 +02:00
🎨
This commit is contained in:
parent
e87b3e2933
commit
960c27375c
1 changed files with 4 additions and 4 deletions
|
@ -374,9 +374,9 @@ export default defineComponent({
|
|||
|
||||
> .avatar {
|
||||
display: block;
|
||||
width: 190px;
|
||||
height: 190px;
|
||||
margin: -140px auto 0 auto;
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
margin: -130px auto 0 auto;
|
||||
}
|
||||
|
||||
> .name {
|
||||
|
@ -385,7 +385,7 @@ export default defineComponent({
|
|||
|
||||
> .name {
|
||||
display: block;
|
||||
font-size: 2em;
|
||||
font-size: 1.75em;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue