[deploy] hotfix safari code issue (#8737)

This commit is contained in:
Ben Halpern 2020-06-17 11:59:11 -04:00 committed by GitHub
parent c66fefc9da
commit 82bb422124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,10 +98,14 @@ pre {
color: #eff0f9;
line-height: 1.42em;
font-size: 13px;
width: calc(100% - 25px);
max-width:100vw;
@media screen and (min-width: 380px) {
font-size: 15px;
}
@media screen and (min-width: 807px) {
max-width:807px;
}
code {
background: #29292e;
color: #eff0f9;