Fix logo sizing on different resolutions
This commit is contained in:
parent
83f7a3aeb7
commit
b855a2dce5
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@
|
||||||
img {
|
img {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
border: 0.75rem solid var(--rp-base);
|
border: 0.75rem solid var(--rp-base);
|
||||||
width: 20%;
|
height: 15rem;
|
||||||
aspect-ratio: 1;
|
|
||||||
margin-top: 5rem;
|
margin-top: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue