Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from cagov/1.0.11
Browse files Browse the repository at this point in the history
minor adjustments on footer layout
  • Loading branch information
chachasikes authored Jun 29, 2021
2 parents 950d0bf + 406fbbb commit 0f846cf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions styles/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
/* First Block has a top margin */
#main-content {
margin-top: 0px; /* Navigation has extra 32px */
margin-bottom: 64px;
}

#main-content.landing {
margin-bottom: 32px;
}

Expand All @@ -95,16 +99,17 @@
/* Reset wp block columns spacing */
.wp-block-columns {
margin-top: 0px;
margin-bottom: 0 !important; /* Conflict with WP styles & load order */
margin-bottom: 0px !important; /* Conflict with WP styles & load order */
}

.wp-block-column {
margin-top: 0px;
margin-bottom: 0px;
}

.wp-block-column .cagov-block {
margin-bottom: 64px;

#main-content.landing .wp-block-columns .cagov-block {
margin-bottom: 32px;
}

@media (min-width: 992px) {
Expand Down

0 comments on commit 0f846cf

Please sign in to comment.