mirror of
https://github.com/pds-nest/nest.git
synced 2025-03-13 20:14:53 +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-size: x-large;
|
||||||
font-family: var(--font-title);
|
font-family: var(--font-title);
|
||||||
|
|
||||||
|
flex-shrink: 0;
|
||||||
|
flex-grow: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.BoxBody {
|
.BoxBody {
|
||||||
|
@ -22,4 +25,7 @@
|
||||||
|
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
font-family: var(--font-regular);
|
font-family: var(--font-regular);
|
||||||
|
|
||||||
|
flex-shrink: 0;
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue