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 17:25:14 +00:00

12 lines
164 B
SCSS

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