Fix some mobile view css issues

This commit is contained in:
djmaze 2020-09-12 13:57:09 +02:00
parent ce652d96b7
commit 99bd895090
25 changed files with 70 additions and 70 deletions

View file

@ -127,8 +127,8 @@
}
pre, code {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
background: #fff;
border: none;
border-radius: 0;
@ -151,7 +151,7 @@
}
pre > code {
padding: 0px;
padding: 0;
}
blockquote {