add .l-screen-min-full style
This commit is contained in:
parent
b4daf39445
commit
b20ecca1da
|
@ -17,6 +17,11 @@
|
||||||
|
|
||||||
// #sizes
|
// #sizes
|
||||||
|
|
||||||
|
.l-screen-min-full {
|
||||||
|
width: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
.l-screen-full {
|
.l-screen-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
Reference in New Issue