Skip to content

Commit d444282

Browse files
committed
Revert "Add AWS Logo to footer"
This reverts commit 0b56dd4.
1 parent e2fecf1 commit d444282

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

frontend/src/components/footer/index.js

-12
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ export function Footer() {
9191
))}
9292
</div>
9393
</div>
94-
95-
{/* AWS logo */}
96-
<div className="flex justify-end-ns">
97-
<a href="https://aws.amazon.com/what-is-cloud-computing" target="_blank" rel="noreferrer">
98-
<img
99-
src="https://d0.awsstatic.com/logos/powered-by-aws-white.png"
100-
alt="Powered by AWS Cloud Computing"
101-
style={{ height: '3rem' }}
102-
/>
103-
</a>
104-
</div>
105-
10694
<div className="flex justify-between flex-column flex-row-ns">
10795
<div className="pt2 mb2 f6 w-50-l w-100">
10896
<div className="pb3 lh-title mw6">

frontend/src/components/footer/styles.scss

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
.footer-ctr-top {
22
padding-top: 3.43rem;
3-
margin-bottom: 2.5rem;
3+
margin-bottom: 3rem;
44
gap: 5rem;
55

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

1110
p {
12-
max-width: 600px;
11+
max-width: 600px
1312
}
1413

1514
a {
@@ -32,7 +31,7 @@
3231
}
3332

3433
.socials {
35-
gap: 0.75rem;
34+
gap: .75rem
3635
}
3736

3837
.react-tooltip#shareProjectTooltip {

0 commit comments

Comments
 (0)