vendor/assets/stylesheets/canvas.scss in active_frontend-4.0.0 vs vendor/assets/stylesheets/canvas.scss in active_frontend-4.0.1
- old
+ new
@@ -18,10 +18,10 @@
min-height: 100%;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.canvas-content {
- padding: 30px 0;
+ padding: 30px 0 50px 0;
max-width: 100%;
width: 100%;
}
.canvas-content.canvas-content-with-sidebar {
max-width: calc(100% - 280px);
\ No newline at end of file