mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 12:20:19 +00:00
Make codeblocks responsive and don't hardcode baseURL
This commit is contained in:
@@ -88,3 +88,8 @@ body {
|
||||
text-align: center;
|
||||
padding-top: 30pt;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user