mirror of
https://github.com/picocss/pico.git
synced 2025-06-15 10:44:53 -04:00
minor fix to make resizing in all contexts
This commit is contained in:
parent
ba25c19978
commit
711fa93052
2 changed files with 252 additions and 251 deletions
|
@ -13,6 +13,7 @@
|
||||||
border-radius: var(#{$css-var-prefix}border-radius);
|
border-radius: var(#{$css-var-prefix}border-radius);
|
||||||
background: var(#{$css-var-prefix}card-background-color);
|
background: var(#{$css-var-prefix}card-background-color);
|
||||||
box-shadow: var(#{$css-var-prefix}card-box-shadow);
|
box-shadow: var(#{$css-var-prefix}card-box-shadow);
|
||||||
|
height: min-content;
|
||||||
|
|
||||||
> header,
|
> header,
|
||||||
> footer,
|
> footer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue