fix aspect ratio on search page and increase height
This commit is contained in:
parent
68178f5b17
commit
bfc81e8894
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ $large-breakpoint: 1760px;
|
|||
--success-msg-bg: var(--color-green-light);
|
||||
|
||||
/* File Tile Card */
|
||||
--file-tile--media-height: 100px;
|
||||
--file-tile--media-width: calc(100px * (1 + 9 / 16));
|
||||
--file-tile--media-height: 125px;
|
||||
--file-tile--media-width: calc(125px * (16 / 9));
|
||||
|
||||
/* Modal */
|
||||
--modal-width: 440px;
|
||||
|
|
Loading…
Add table
Reference in a new issue