fix: update scroll behavior for lesson navigation and adjust lesson description width for better scrolling

This commit is contained in:
Michael Czechowski
2025-05-20 18:29:40 +02:00
parent 3cb2b9c412
commit 868015f344
2 changed files with 4 additions and 1 deletions

View File

@@ -332,6 +332,7 @@ code {
.lesson-description pre {
display: inline-block;
width: 100%;
font-family: var(--font-code);
font-size: 0.9rem;
background-color: var(--code-bg);