This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Web-Dev-Lesson-Test/00-Lesson-Site/frontend/src/pages/lessons/lessonPage.module.scss
2025-12-09 22:10:27 +00:00

13 lines
199 B
SCSS

/* Path: frontend/src/pages/lessons/lessonPage.module.scss */
.content {
width: 1000px;
margin: 0 auto;
padding: 20px;
margin-bottom: 200px;
}
html {
scroll-behavior: smooth;
}