New post: how i fixed cs2 4:3 resolution

This commit is contained in:
2024-10-17 13:59:25 +02:00
parent b7eeefce4f
commit b9f5de6a5a
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;