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;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 2.5rem;
|
||||
gap: 3rem;
|
||||
|
||||
.actor-img {
|
||||
border-radius: 50%;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
object-fit: cover;
|
||||
object-position: top center;
|
||||
}
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
font-size: var(--font-size-32);
|
||||
|
||||
img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
object-fit: contain;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue