Avoid clipping gist code's content
This commit is contained in:
parent
48204b039b
commit
eca9eb7f13
1 changed files with 4 additions and 0 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue