[deploy] hotfix safari code issue (#8737)
This commit is contained in:
parent
c66fefc9da
commit
82bb422124
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue