Avoid clipping gist code's content

This commit is contained in:
Pedro Lucas Porcellis 2022-10-11 11:37:09 -03:00 committed by Edward Loveall
parent 48204b039b
commit eca9eb7f13
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ p.meta {
width: 55%;
}
.gist > code {
width: 100% !important;
}
@media (max-width: 760px) {
.gist {
width: 100%;