feat: update figure cencor size constraints
This commit is contained in:
parent
c143956e9f
commit
9a529b62fb
1 changed files with 2 additions and 2 deletions
|
@ -241,8 +241,8 @@
|
|||
|
||||
--table-cell-padding: 0.5rem 1rem;
|
||||
|
||||
--figure-cencor-width: 20rem;
|
||||
--figure-cencor-height: 20rem;
|
||||
--figure-cencor-width: max(50vw, 20rem);
|
||||
--figure-cencor-height: max(50vh, 30rem);
|
||||
|
||||
--gallery-size: 1.5rem;
|
||||
--gallery-arrow-position: 2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue