mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Fixed remainder
This commit is contained in:
parent
4d8ad45555
commit
0011ae0442
24 changed files with 282 additions and 55 deletions
|
|
@ -462,6 +462,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.three-columns {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
line-div {
|
||||
display: block;
|
||||
height: 1px;
|
||||
|
|
|
|||
|
|
@ -51,14 +51,25 @@
|
|||
}
|
||||
}
|
||||
|
||||
.item-description-container {
|
||||
h4 {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.item-description-outer-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
.item-description-inner-container {
|
||||
p {
|
||||
display: inline;
|
||||
.item-description-container {
|
||||
h4 {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.item-description-inner-container {
|
||||
p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.item-links {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue