Skip to content

Commit

Permalink
Revert "Add AWS Logo to footer"
Browse files Browse the repository at this point in the history
This reverts commit 0b56dd4.
  • Loading branch information
frafra committed Sep 3, 2024
1 parent 31d0ffb commit f1c1cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
12 changes: 0 additions & 12 deletions frontend/src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@ export function Footer() {
))}
</div>
</div>

{/* AWS logo */}
<div className="flex justify-end-ns">
<a href="https://aws.amazon.com/what-is-cloud-computing" target="_blank" rel="noreferrer">
<img
src="https://d0.awsstatic.com/logos/powered-by-aws-white.png"
alt="Powered by AWS Cloud Computing"
style={{ height: '3rem' }}
/>
</a>
</div>

<div className="flex justify-between flex-column flex-row-ns">
<div className="pt2 mb2 f6 w-50-l w-100">
<div className="pb3 lh-title mw6">
Expand Down
7 changes: 3 additions & 4 deletions frontend/src/components/footer/styles.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
.footer-ctr-top {
padding-top: 3.43rem;
margin-bottom: 2.5rem;
margin-bottom: 3rem;
gap: 5rem;

@media screen and (max-width: 30em) {
gap: 2rem;
margin-bottom: 1rem;
}

p {
max-width: 600px;
max-width: 600px
}

a {
Expand All @@ -32,7 +31,7 @@
}

.socials {
gap: 0.75rem;
gap: .75rem
}

.react-tooltip#shareProjectTooltip {
Expand Down

0 comments on commit f1c1cc7

Please sign in to comment.