diff --git a/components/text.module.css b/components/text.module.css index 2fb1015b..dced326f 100644 --- a/components/text.module.css +++ b/components/text.module.css @@ -135,13 +135,13 @@ max-width: 100%; height: auto; max-height: 25vh; - min-width: 50%; aspect-ratio: var(--aspect-ratio); } .text img { cursor: zoom-in; object-fit: contain; + min-width: 50%; object-position: left top; }