Skip to content

Commit

Permalink
Added margin around buttons!
Browse files Browse the repository at this point in the history
  • Loading branch information
mjd3502 committed Oct 18, 2024
1 parent c7ebeeb commit 2fae061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Footer extends Component {
style={{ display: display ? "block" : "none" }}
>
<div
className="tw-float-left tw-h-16 tw-w-38 tw-bg-labYellow tw-rounded-bl-lg tw-pb-2 tw-pl-2"
className="tw-float-left tw-h-16 tw-w-38 tw-bg-labYellow tw-rounded-bl-lg tw-pb-2 tw-pl-2 tw-m-2"
style={{
display:
this.disappearBack(body) || hideOnLanding ? "none" : "block",
Expand Down Expand Up @@ -220,7 +220,7 @@ class Footer extends Component {
</button>
) : (
<div
className="tw-float-right tw-h-16 tw-w-38 tw-bg-labBlue tw-rounded-tr-lg tw-pt-2 tw-pr-2"
className="tw-float-right tw-h-16 tw-w-38 tw-bg-labBlue tw-rounded-tr-lg tw-pt-2 tw-pr-2 tw-m-2"
style={{
display:
this.disappearNext(body) || hideOnLanding
Expand Down

0 comments on commit 2fae061

Please sign in to comment.