Skip to content

Commit d1a0b09

Browse files
Sean-Ohimlucas
authored andcommitted
Added 100px of bottom padding to give space for the intercom on scroll (#566)
1 parent 93af805 commit d1a0b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/home/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
}
108108

109109
.main {
110-
padding: 0 26px;
110+
padding: 0 26px 100px 26px;
111111
flex: 1;
112112
overflow-x: hidden;
113113
background-color: @gray8;

0 commit comments

Comments
 (0)