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