mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
8 lines
214 B
SCSS
8 lines
214 B
SCSS
// ==========================================================================
|
|
// Objects / Scroll
|
|
// ==========================================================================
|
|
|
|
.o-scroll {
|
|
min-height: 100vh;
|
|
}
|