mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 12:41:23 +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%;
|
||||
}
|
||||
|
||||
.gist > code {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.gist {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user