Skip to content

Commit

Permalink
moving css changes to scss file to neaten up the code and readability…
Browse files Browse the repository at this point in the history
… a little bit
lukasz-a-krol committed Oct 10, 2024
1 parent df2274b commit 30a3f07
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
@@ -3,8 +3,11 @@
background-image: linear-gradient(to top, #001a39 0%, #002c61 100%);
color: #fff;
padding: 2rem;


.footer-inner {
padding-top: 1rem;
margin-top: 1.1rem; /*This allows us to align the links at the bottom with the USABLE logo*/
}
a {
color: #fff;
4 changes: 0 additions & 4 deletions static/css/style.css
Original file line number Diff line number Diff line change
@@ -5559,10 +5559,6 @@ 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%);

0 comments on commit 30a3f07

Please sign in to comment.