fix overflow of preview in safari
This commit is contained in:
parent
9027dbd45a
commit
73926648f9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue