Commit 315a6dfda2b860e1259769847ba9843b58ad9749
Exists in
master
and in
17 other branches
Merge branch 'margin_fix'
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 | 64 | |
65 | 65 | #main-content { |
66 | 66 | margin-top: 0; |
67 | - padding: 20px 0 60px 0; | |
67 | + padding-bottom: 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; | ... | ... |