File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/components/sections/communities/overview Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default function CommunitySection(): ReactElement {
27
27
< p className = "mt-2 text-xl tracking-tight md:text-.5xl leading-tight max-w-text-sm lg:hidden" > { community ?. summary } </ p >
28
28
< p className = "hidden mt-4 tracking-tight text-lg xl:text-.5xl max-w-text-md font-extralight lg:block" > { community ?. summary } </ p >
29
29
</ div >
30
- < div className = "self-end w-36 h-128 md:w-1/2 max-w-lg" >
30
+ < div className = "self-end w-36 md:h-82 lg: h-128 md:w-1/2 max-w-lg" >
31
31
{ community ?. icon && < Image src = { `${ community ?. icon } ` } alt = { community ?. name || "" } className = "relative w-full h-full" width = { 300 } height = { 300 } /> }
32
32
</ div >
33
33
</ div >
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ module.exports = {
46
46
17 : "4.5rem" ,
47
47
44 : "11rem" ,
48
48
62 : "15.5rem" ,
49
+ 82 : "20.5rem" ,
49
50
96.5 : "25.5rem" ,
50
51
98 : "28rem" ,
51
52
128 : "32rem" ,
You can’t perform that action at this time.
0 commit comments