/vibe code

This commit is contained in:
f 2025-03-16 22:57:51 +03:00
parent 19f019eaeb
commit 0f7c3a233f

View File

@ -26,6 +26,13 @@ body {
overflow-y: hidden;
}
body.vibe {
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
font-size: 14px;
line-height: 1.5;
overflow-x: hidden;
}
@media (max-width: 768px) {
body {
overflow-y: auto !important;