mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-11 21:21:26 +00:00
Avoid clipping gist code's content
This commit is contained in:
committed by
Edward Loveall
parent
48204b039b
commit
eca9eb7f13
@@ -11,6 +11,10 @@ p.meta {
|
|||||||
width: 55%;
|
width: 55%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gist > code {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 760px) {
|
@media (max-width: 760px) {
|
||||||
.gist {
|
.gist {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user