Commit e08a4dc969a606f3c84241b119bceb3ac4394d74

Authored by Melissa Wen
1 parent 8460a7fa

Remove margin top from central area blocks

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
css/main-content.css
1 /*** Box ***/ 1 /*** Box ***/
2 -.box-1 .block, 2 +
3 .no-boxes .block { 3 .no-boxes .block {
4 margin-top: 50px; 4 margin-top: 50px;
5 } 5 }