fix code width on mobile

This commit is contained in:
Jordan Scales 2020-04-21 21:19:49 -04:00
parent 6cff530298
commit 68d7366ddf
3 changed files with 4 additions and 8 deletions

View file

@ -140,8 +140,4 @@ button.active {
display: block;
margin-top: 24px;
}
pre code {
width: auto;
}
}