diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 8fe8f9ddd..993b2fd89 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6287,3 +6287,9 @@ div.markdown { .bug { pointer-events: none !important; } + +@media (min-width: 768px) { + #desktop-expanded-image { + max-width: 80% !important; + } +} \ No newline at end of file