Skip to content

Commit

Permalink
Merge pull request reactplay#387 from 6km/main
Browse files Browse the repository at this point in the history
Add some padding to the footer
  • Loading branch information
atapas committed Jul 19, 2022
2 parents 1f9c682 + 530d783 commit d894895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ small {

/* App Footer */
.app-footer {
padding: 0;
padding: 0 12px;
font-size: var(--fs-xs);
font-weight: var(--fw-light);
color: var(--color-neutral-50);
Expand Down Expand Up @@ -583,4 +583,4 @@ small {
.brand-tech-stack:hover .icon,
.brand-tech-stack:focus .icon {
fill: var(--color-brand-primary);
}
}
2 changes: 1 addition & 1 deletion src/common/footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Link } from "react-router-dom";

const Footer = () => { return (
<footer className='app-footer'>
<footer className='app-footer text-center'>
<hr className='separater' />
<div className='flex justify-center items-center py-2'>
<Link to='/tech-stacks'>
Expand Down

0 comments on commit d894895

Please sign in to comment.