Skip to content

Commit

Permalink
Tweak - Decrease top margin in footer widget column in mobile view #73
Browse files Browse the repository at this point in the history
  • Loading branch information
milanthapaa committed Apr 27, 2020
1 parent 8e4a108 commit d3d6c0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -654,4 +654,12 @@
float: left;
width: 100%;
}

#top-footer {
padding: 25px 0;
}

#top-footer .tg-column-wrapper .tg-column-4 {
padding-top: 0;
}
}

0 comments on commit d3d6c0d

Please sign in to comment.