Commit 2474b3c3d94f51316e249d5838cc28168ebc8ebf

Authored by Carlos Coêlho
1 parent f71ef3bc
Exists in theme_header

Zeroed padding on main-content div on colab side

<issue: #659>

Signed-off-by: Carlos Coêlho <carlos@pencillabs.com>
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
... ... @@ -64,7 +64,7 @@ body {
64 64  
65 65 #main-content {
66 66 margin-top: 0;
67   - padding: 20px 0 60px 0;
  67 + padding: 0 0 60px;
68 68 color: #172738;
69 69 }
70 70  
... ... @@ -510,11 +510,6 @@ span.highlighted {
510 510 margin: 0 2px;
511 511 }
512 512  
513   -#main-content {
514   - padding: 40px 0 60px 0;
515   - color: #172738;
516   -}
517   -
518 513 .colab-content {
519 514 max-width: 960px;
520 515 min-width: 960px;
... ...