13 lines
199 B
SCSS
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;
|
|
}
|