fix overflow of preview in safari

This commit is contained in:
Leif Niemczik 2022-11-23 23:59:30 +01:00
parent 9027dbd45a
commit 73926648f9

View file

@ -249,6 +249,7 @@ import Layout from '../../layouts/Layout.astro'
img {
max-height: 100%;
max-width: 100%;
border: 2px solid var(--text-color);
border-radius: 1rem;
}