theme: fix code block positioning

This commit is contained in:
Peter Cai 2020-04-14 15:45:40 +08:00
parent daccf6c142
commit e4421fc70e
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ blockquote {
border-radius: 4px;
scrollbar-color: #e91e63 #00000000;
scrollbar-width: thin;
margin-right: 10px; /* Fix non-centric positioning on mobile */
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}