Ensure gists display well at all device widths

This commit is contained in:
Edward Loveall 2021-10-11 20:09:58 -04:00
parent 91f4aae0bc
commit e127a67c6b
No known key found for this signature in database
GPG Key ID: 789A4AE983AC8901
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ p.meta {
width: 55%;
}
@media (max-width: 760px) {
.gist {
width: 100%;
}
}
figure iframe {
max-width: 100%;
}