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