Skip to content

Commit

Permalink
Merge pull request #1810 from AletheiaFact/Fix-footer-layout-on-login…
Browse files Browse the repository at this point in the history
…-page
  • Loading branch information
thesocialdev authored Feb 11, 2025
2 parents 5f26943 + 6bb14e5 commit 9de17a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Footer/AletheiaInfo.style.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import styled from "styled-components";

const StyledSpan = styled.span`
display: block;
font-size: 14px;
margin-top: 0px;
text-align: center;
Expand Down
2 changes: 2 additions & 0 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const Footer = () => {
<Box
component="footer"
sx={{
position: "absolute",
bottom: 0,
textAlign: "center",
background: backgroundColor,
color: colors.white,
Expand Down

0 comments on commit 9de17a8

Please sign in to comment.