Fixed overflowed code snippet

This commit is contained in:
Souvik Mandal 2021-07-07 20:37:45 +05:30 committed by GitHub
parent b5d340bba9
commit 2da46486e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,6 +122,7 @@ pre {
line-height: 1.2rem; line-height: 1.2rem;
padding: 1.5rem; padding: 1.5rem;
margin-bottom: 30px; margin-bottom: 30px;
overflow-x:auto;
} }
@media (max-width: 767px) { @media (max-width: 767px) {