Skip to content

Commit d0e7fd2

Browse files
committed
Changed 0px to 1px so the unit isn't dropped
1 parent 169408f commit d0e7fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ html, body, #root, #app, .full-height {
165165
high scaling for very tall devices
166166
*/
167167

168-
margin-bottom: max(0px, calc(10vh - 40px), calc(30vh - 190px));
168+
margin-bottom: max(1px, calc(10vh - 40px), calc(30vh - 190px));
169169
}
170170
}
171171
.section {

0 commit comments

Comments
 (0)