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