Update styles.css

This commit is contained in:
kim365my 2024-04-05 20:30:50 +09:00
parent 3370b5bd6f
commit 91acd35555
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ a:has(.openGraphPreview):hover {
width: 100%; width: 100%;
} }
@media (min-width: 500px) { @media screen and (min-width: 1000px) {
.openGraphPreview { .openGraphPreview {
flex-direction: row; flex-direction: row;
} }