Commit 2474b3c3d94f51316e249d5838cc28168ebc8ebf
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>
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
| @@ -64,7 +64,7 @@ body { | @@ -64,7 +64,7 @@ body { | ||
| 64 | 64 | ||
| 65 | #main-content { | 65 | #main-content { |
| 66 | margin-top: 0; | 66 | margin-top: 0; |
| 67 | - padding: 20px 0 60px 0; | 67 | + padding: 0 0 60px; |
| 68 | color: #172738; | 68 | color: #172738; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| @@ -510,11 +510,6 @@ span.highlighted { | @@ -510,11 +510,6 @@ span.highlighted { | ||
| 510 | margin: 0 2px; | 510 | margin: 0 2px; |
| 511 | } | 511 | } |
| 512 | 512 | ||
| 513 | -#main-content { | ||
| 514 | - padding: 40px 0 60px 0; | ||
| 515 | - color: #172738; | ||
| 516 | -} | ||
| 517 | - | ||
| 518 | .colab-content { | 513 | .colab-content { |
| 519 | max-width: 960px; | 514 | max-width: 960px; |
| 520 | min-width: 960px; | 515 | min-width: 960px; |