Ensure gists display well at all device widths
This commit is contained in:
parent
91f4aae0bc
commit
e127a67c6b
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ p.meta {
|
|||
width: 55%;
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.gist {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
figure iframe {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue