mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Bigger is better
This commit is contained in:
parent
a133d5b41b
commit
f9c4c0f3ce
1 changed files with 5 additions and 5 deletions
|
|
@ -3,12 +3,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 2.5rem;
|
gap: 3rem;
|
||||||
|
|
||||||
.actor-img {
|
.actor-img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 64px;
|
width: 5rem;
|
||||||
height: 64px;
|
height: 5rem;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: top center;
|
object-position: top center;
|
||||||
}
|
}
|
||||||
|
|
@ -21,8 +21,8 @@
|
||||||
font-size: var(--font-size-32);
|
font-size: var(--font-size-32);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 32px;
|
width: 2rem;
|
||||||
height: 32px;
|
height: 2rem;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue