File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 2
2
import SectionHeader from " ~/components/SectionHeader/index.astro"
3
3
import LinkArrowSvg from " ~/assets/svgs/home/home-link-arrow.svg?raw"
4
4
import DiscordSvg from " ~/assets/svgs/home/Discord.svg?raw"
5
- import ForumSvg from " ~/assets/svgs/home/Forum.svg?raw"
6
5
import ContributeSvg from " ~/assets/svgs/home/Contribute.svg?raw"
7
6
import NoteSvg from " ~/assets/svgs/home/Note.svg?raw"
8
7
@@ -19,12 +18,6 @@ const mediaList = [
19
18
content: " Reach out directly if you need more support for your project." ,
20
19
link: " https://tally.so/r/waxLBW" ,
21
20
},
22
- {
23
- icon: ForumSvg ,
24
- name: " Community Forum" ,
25
- content: " Discuss and propose changes to Scroll’s core protocols." ,
26
- link: " http://community.scroll.io/" ,
27
- },
28
21
{
29
22
icon: ContributeSvg ,
30
23
name: " Contribute to Scroll" ,
@@ -71,7 +64,7 @@ const mediaList = [
71
64
margin-top: 90px;
72
65
}
73
66
.media-item {
74
- width: 325px ;
67
+ flex: 1 ;
75
68
height: 325px;
76
69
padding: 30px;
77
70
border-radius: 25px;
You can’t perform that action at this time.
0 commit comments