Align code blocks to left (#2575)

* Align code blocks to left

Fixes #2573

* Update CONTRIBUTORS
This commit is contained in:
shunlog 2023-07-14 06:50:01 +03:00 committed by GitHub
parent a623dff0da
commit a2cd9ec34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -127,6 +127,7 @@ Christopher Woggon <christopher.woggon@gmail.com>
Kavel Rao <github.com/kavelrao>
Ben Yip <github.com/bennyyip>
mmjang <752515918@qq.com>
shunlog <github.com/shunlog>
3ter <github.com/3ter>
********************

View file

@ -34,6 +34,10 @@ li {
text-align: start;
}
pre {
text-align: left;
}
#_flag {
position: fixed;
[dir="ltr"] & {