container fix

This commit is contained in:
Nikhil Nagarajan 2026-04-12 08:11:56 -04:00
parent 56a6613a73
commit b1b038912b
2 changed files with 7 additions and 1 deletions

View file

@ -250,6 +250,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);

View file

@ -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);