Commit 72688151d73af19f9f626759ec4d47e8b21df7d3
1 parent
1a89b572
Exists in
master
and in
18 other branches
Removed margin top from main-content
Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
Showing
1 changed file
with
2 additions
and
5 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
... | ... | @@ -64,6 +64,8 @@ body { |
64 | 64 | |
65 | 65 | #main-content { |
66 | 66 | margin-top: 0; |
67 | + padding-bottom: 60px; | |
68 | + color: #172738; | |
67 | 69 | } |
68 | 70 | |
69 | 71 | li hr { |
... | ... | @@ -508,11 +510,6 @@ span.highlighted { |
508 | 510 | margin: 0 2px; |
509 | 511 | } |
510 | 512 | |
511 | -#main-content { | |
512 | - padding: 40px 0 60px 0; | |
513 | - color: #172738; | |
514 | -} | |
515 | - | |
516 | 513 | .colab-content { |
517 | 514 | max-width: 960px; |
518 | 515 | min-width: 960px; | ... | ... |