12 lines
164 B
SCSS
12 lines
164 B
SCSS
.expert-terms {
|
|
height: 100vh;
|
|
overflow: auto;
|
|
padding: 24px 16px;
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.terms {
|
|
padding-bottom: 100px;
|
|
}
|
|
}
|