Fix GitHub Gist width

This commit is contained in:
Edward Loveall 2021-09-25 13:26:24 -04:00
parent bd56bfdd9f
commit 0f6a2a3e1e
No known key found for this signature in database
GPG Key ID: 789A4AE983AC8901
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ p.meta {
line-height: 1;
}
.gist {
width: 55%;
}
figure iframe {
max-width: 100%;
}