Skip to content

Commit

Permalink
Merge pull request #1361 from nextstrain/fix/web-spacing-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov authored Dec 20, 2023
2 parents c2467fc + 9782928 commit ee6109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages_rs/nextclade-web/src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Container = styled.footer`
height: 38px;
width: 100%;
bottom: 0;
padding: 6px 10px;
padding: 10px;
box-shadow: ${(props) => props.theme.shadows.large};
background-color: ${(props) => props.theme.white};
opacity: 1;
Expand Down

0 comments on commit ee6109a

Please sign in to comment.