Skip to content

Commit

Permalink
Update footer position
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-mini committed Dec 6, 2022
1 parent 0a731cc commit 9ee7fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
flex-direction: column;
align-items: center;
padding: 67px 0px 67px 0px;
margin-top: 30px;

img{
filter: brightness(10);
Expand Down
3 changes: 1 addition & 2 deletions src/pages/Error/_error.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
align-content: center;
//margin: 0px 57px;

h2{
margin: 195px 0px 11px 0px;
Expand All @@ -15,7 +14,7 @@
}

a{
margin-bottom: 235px;
margin-bottom: 205px;
@include typographie-errorLink-component
}
}

0 comments on commit 9ee7fea

Please sign in to comment.