Skip to content

Commit

Permalink
Merge pull request #301 from hlxsites/footer-disclaimer
Browse files Browse the repository at this point in the history
Fixing footer disclaimer style issue #300
  • Loading branch information
davenichols-DHLS authored Mar 19, 2024
2 parents 81d2ee5 + 47a976c commit 7bee547
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion styles/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,6 @@ body.purple .mmg-collapsible.open>.module-title,body.purple .mmg-collapsible>.mo
}

.mmg-collapsible .module-title::before {
speak: none;
content: "\e905";
float: right;
font-family: ald-icons!important;
Expand Down Expand Up @@ -1500,3 +1499,29 @@ body.purple .mmg-tabs .tab.active,body.purple .mmg-tabs .tab:focus,body.purple .
.alt-text-img {
display: none
}

/* Fixing footer disclaimer style issue */
#footer-black h6 {
font-size: 12px;
text-align: right;
max-width: 920px;
font-weight: 400;
width: 70%;
}

#footer-black h6 a {
font-size: 14px;
display: inline-block;
margin-bottom: 15px;
font-weight: 700;
}

@media (max-width:767px){
#footer-black h6 {
text-align: left;
max-width: 100%;
width: 100%;
padding-top:30px;
}

}

0 comments on commit 7bee547

Please sign in to comment.