fix overflow of preview in safari
This commit is contained in:
parent
9027dbd45a
commit
73926648f9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue