mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🔧 Make the box body grow
This commit is contained in:
parent
fb78e6112a
commit
1a5f72c6b4
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
|
||||
font-size: x-large;
|
||||
font-family: var(--font-title);
|
||||
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.BoxBody {
|
||||
|
@ -22,4 +25,7 @@
|
|||
|
||||
font-size: medium;
|
||||
font-family: var(--font-regular);
|
||||
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
}
|
Loading…
Reference in a new issue