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 22import SectionHeader from " ~/components/SectionHeader/index.astro"
33import LinkArrowSvg from " ~/assets/svgs/home/home-link-arrow.svg?raw"
44import DiscordSvg from " ~/assets/svgs/home/Discord.svg?raw"
5- import ForumSvg from " ~/assets/svgs/home/Forum.svg?raw"
65import ContributeSvg from " ~/assets/svgs/home/Contribute.svg?raw"
76import NoteSvg from " ~/assets/svgs/home/Note.svg?raw"
87
@@ -19,12 +18,6 @@ const mediaList = [
1918 content: " Reach out directly if you need more support for your project." ,
2019 link: " https://tally.so/r/waxLBW" ,
2120 },
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- },
2821 {
2922 icon: ContributeSvg ,
3023 name: " Contribute to Scroll" ,
@@ -71,7 +64,7 @@ const mediaList = [
7164 margin-top: 90px;
7265 }
7366 .media-item {
74- width: 325px ;
67+ flex: 1 ;
7568 height: 325px;
7669 padding: 30px;
7770 border-radius: 25px;
You can’t perform that action at this time.
0 commit comments