mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
container fix (#1795)
This commit is contained in:
parent
c337338c8b
commit
fb07938e54
2 changed files with 7 additions and 1 deletions
|
|
@ -255,6 +255,11 @@
|
|||
height: 65px;
|
||||
background: url(../assets/svg/trait-shield.svg) no-repeat;
|
||||
background-size: 100%;
|
||||
padding-top: 3px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
row-gap: 3px;
|
||||
|
||||
div {
|
||||
filter: drop-shadow(0 0 3px black);
|
||||
|
|
|
|||
|
|
@ -27,10 +27,11 @@
|
|||
height: 65px;
|
||||
background: url(../assets/svg/trait-shield.svg) no-repeat;
|
||||
background-size: 100%;
|
||||
padding-top: 4px;
|
||||
padding-top: 3px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
row-gap: 3px;
|
||||
|
||||
span {
|
||||
font-size: var(--font-size-10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue