Commit f1c1cc7 1 parent 31d0ffb commit f1c1cc7 Copy full SHA for f1c1cc7
File tree 2 files changed +3
-16
lines changed
2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -91,18 +91,6 @@ export function Footer() {
91
91
) ) }
92
92
</ div >
93
93
</ 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
-
106
94
< div className = "flex justify-between flex-column flex-row-ns" >
107
95
< div className = "pt2 mb2 f6 w-50-l w-100" >
108
96
< div className = "pb3 lh-title mw6" >
Original file line number Diff line number Diff line change 1
1
.footer-ctr-top {
2
2
padding-top : 3.43rem ;
3
- margin-bottom : 2.5 rem ;
3
+ margin-bottom : 3 rem ;
4
4
gap : 5rem ;
5
5
6
6
@media screen and (max-width : 30em ) {
7
7
gap : 2rem ;
8
- margin-bottom : 1rem ;
9
8
}
10
9
11
10
p {
12
- max-width : 600px ;
11
+ max-width : 600px
13
12
}
14
13
15
14
a {
32
31
}
33
32
34
33
.socials {
35
- gap : 0 .75rem ;
34
+ gap : .75rem
36
35
}
37
36
38
37
.react-tooltip #shareProjectTooltip {
You can’t perform that action at this time.
0 commit comments