Skip to content

Commit

Permalink
Update footer margins
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Mar 14, 2024
1 parent 08590d0 commit aee4bc1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/global/style/components/footer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
footer {
text-align: center;
margin-bottom: 10px;
margin: 2rem 0 1rem;
}

footer a:link,
Expand Down
7 changes: 5 additions & 2 deletions config/global/style/pages/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ footer {

@media (max-width: 700px) {
#heroouter,
#landingbody,
footer {
#landingbody {
margin: 0;
}

footer {
margin: 2rem 0 1rem;
}
}
7 changes: 5 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,13 @@

@media (max-width: 700px) {
#heroouter,
#landingbody,
footer {
#landingbody {
margin: 0;
}

footer {
margin: 2rem 0 1rem;
}
}

</style>
Expand Down
2 changes: 1 addition & 1 deletion docs/style/components/footer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
footer {
text-align: center;
margin-bottom: 10px;
margin: 2rem 0 1rem;
}

footer a:link,
Expand Down
7 changes: 5 additions & 2 deletions docs/style/pages/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ footer {

@media (max-width: 700px) {
#heroouter,
#landingbody,
footer {
#landingbody {
margin: 0;
}

footer {
margin: 2rem 0 1rem;
}
}

0 comments on commit aee4bc1

Please sign in to comment.