Skip to content

Commit

Permalink
more style edits to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-a-krol committed Oct 10, 2024
1 parent 83789de commit df2274b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5559,16 +5559,17 @@ ol {
.header .container {
justify-content: start; } }

.footer-inner {
margin-top: 1.1rem; /*added later on during the site building process, means that the footer links align with the USABLE logo */
}

.footer {
background-color: #002D62;
background-image: linear-gradient(to top, #001a39 0%, #002c61 100%);
color: #fff;
padding: 2rem; }
.footer .footer-inner {
padding-top: 1rem; }
ul.footer-inner {
margin-top: 1.1rem; /*added later on during the site building process, means that the footer links align with the USABLE logo */
}
.footer a {
color: #fff;
font-weight: bold; }
Expand Down

0 comments on commit df2274b

Please sign in to comment.