Skip to content

Commit

Permalink
Changed styling and fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davenichols-DHLS committed Aug 13, 2024
1 parent 42d86dd commit 84b8faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
.footer-opco {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center;
background-color: #1a1919;
color: #fff;
justify-content: center;
}

.footer-opco ul {
Expand Down Expand Up @@ -101,9 +100,8 @@

.footer-opco img {
max-width: 100%;
height: auto;
filter: brightness(0) invert(1);
height: 37px;
filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
Expand Down
2 changes: 1 addition & 1 deletion styles/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ body.sidebar-50 #sidebar {
#footer-black {
padding: 30px 0 40px;
text-align: center;
/* width: 85%; */
width: 85%;
}

#footer-black #footer-logo {
Expand Down

0 comments on commit 84b8faf

Please sign in to comment.