fix style mobile
This commit is contained in:
parent
c66696d6f4
commit
0adcc5c1db
@ -596,6 +596,13 @@ Copyright:
|
||||
" -------------------------------------------------------------------------- */\n" \
|
||||
"@media (max-width: 640px) {\n" \
|
||||
" table { display: block; overflow-x: auto; }\n" \
|
||||
" /* code blocks wrap on mobile instead of requiring horizontal swipes\n" \
|
||||
" (selector matches pandoc 3.x's inline style specificity so it wins) */\n" \
|
||||
" pre > code.sourceCode {\n" \
|
||||
" white-space: pre-wrap;\n" \
|
||||
" overflow-wrap: anywhere;\n" \
|
||||
" word-break: break-word;\n" \
|
||||
" }\n" \
|
||||
"}\n" \
|
||||
"@media (max-width: 480px) {\n" \
|
||||
" body { font-size: 15px; }\n" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user