mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
Remove comments
This commit is contained in:
parent
3b7195fe5e
commit
001e42b0a8
2 changed files with 10 additions and 10 deletions
|
|
@ -20,20 +20,20 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
gap: 2px; //gap reduced to accomadate new font size and keep the same overall spacing between trait containers
|
||||
gap: 2px;
|
||||
|
||||
.trait-container {
|
||||
width: 65px; //width and height increased to accomadate font size
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
background: url(../assets/svg/trait-shield.svg) no-repeat;
|
||||
background-size: 100%; //scaling the shield to fit the container
|
||||
padding-top: 4px; //aligning the text properly
|
||||
background-size: 100%;
|
||||
padding-top: 4px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
span{
|
||||
font-size: var(--font-size-10); // font size decreased to fit inside the shield and maintain readability
|
||||
span {
|
||||
font-size: var(--font-size-10);
|
||||
}
|
||||
|
||||
div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue