mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-11 13:11:23 +00:00
Ensure gists display well at all device widths
This commit is contained in:
@@ -11,6 +11,12 @@ p.meta {
|
|||||||
width: 55%;
|
width: 55%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 760px) {
|
||||||
|
.gist {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
figure iframe {
|
figure iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user