14 lines
No EOL
220 B
SCSS
14 lines
No EOL
220 B
SCSS
// NOTE Layout
|
|
.row {
|
|
min-height: 100vh;
|
|
.col.img-wrapper {
|
|
min-height: 100vh;
|
|
overflow: hidden;
|
|
img {
|
|
object-fit: cover;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
}
|
|
} |