add .l-screen-min-full style

This commit is contained in:
Ray Elliott 2020-03-29 20:09:54 +00:00
parent b4daf39445
commit b20ecca1da
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
// #sizes
.l-screen-min-full {
width: 100%;
min-height: 100vh;
}
.l-screen-full {
width: 100%;
height: 100vh;