Skip to content

Commit adfc294

Browse files
committed
fix(styles): add spacing below sessionize-wrapper for better layout spacing
1 parent cdba956 commit adfc294

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,9 @@ p {
222222
}
223223
}
224224

225+
@media (max-width: 1280px) {
226+
.sessionize-wrapper {
227+
margin-bottom: 400px;
228+
}
229+
}
230+

0 commit comments

Comments
 (0)