New post: how i fixed cs2 4:3 resolution

This commit is contained in:
2024-10-17 13:59:25 +02:00
parent 2e5696f767
commit 512a810122
3 changed files with 72 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
.language-yaml {
//.language-yaml {
pre {
display:flex;
align-items: center;
min-height: 3rem;
white-space: pre-wrap;
word-wrap: break-word;
overflow-x: auto;