Skip to content

Commit

Permalink
Merge pull request #1397 from CuBoulder/issue/1394
Browse files Browse the repository at this point in the history
Corrects minor layout problems in the site footer
  • Loading branch information
jcsparks authored Oct 15, 2024
2 parents 7114c56 + 21aa176 commit 4c557a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,17 @@ ul.ucb-main-menu.nav {
font-size: 0.9rem;
}

.ucb-footer-bottom .block.bs-background-unstyled.container {
--bs-gutter-x: 0;
}

.ucb-footer-menu-region .block-menu-blocksocial-media-menu,
.ucb-footer-menu-region .block-system-menu-blocksocial-media-menu {
padding: 10px;
display: flex;
align-items: center;
}

.ucb-footer-menu-region .container {
display: flex;
}
Expand Down
1 change: 1 addition & 0 deletions css/ucb-site-contact-info-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.ucb-site-contact-info-footer-general {
display: flex;
flex-direction: column;
width: 100%;
margin-right: 2em;
}

Expand Down

0 comments on commit 4c557a3

Please sign in to comment.