Skip to content

Commit

Permalink
Fixed h-full
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Nov 22, 2020
1 parent 47e69ad commit 03b066c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/duomo/props/size/height.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
}

#{$amp}w-full {
width: 100%;
#{$amp}h-full {
height: 100%;
}
#{$amp}w-screen {
width: 100vh;
#{$amp}h-screen {
height: 100vh;
}
}
2 changes: 1 addition & 1 deletion src/duomo/props/size/min-height.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
height: 100%;
}
#{$amp}min-h-screen {
height: 100vw;
height: 100vh;
}
}

0 comments on commit 03b066c

Please sign in to comment.