File tree Expand file tree Collapse file tree
features/liquidity/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export const PoolCard = ({
123123 < Text variant = "legend" color = "secondary" align = "center" >
124124 Rewards
125125 </ Text >
126- < StyledDivForTokenLogos css = { { paddingTop : '0 ' } } >
126+ < StyledDivForTokenLogos css = { { padding : '$1 ' } } >
127127 { rewardsTokens . map ( ( token ) => (
128128 < ImageForTokenLogo
129129 key = { token . symbol }
Original file line number Diff line number Diff line change @@ -197,14 +197,10 @@ const useSortControllers = () => {
197197
198198const StyledDivForPoolsGrid = styled ( 'div' , {
199199 display : 'grid' ,
200- gridTemplateColumns : '1fr 1fr 1fr 1fr ' ,
200+ gridTemplateColumns : '1fr 1fr 1fr' ,
201201 columnGap : '$8' ,
202202 rowGap : '$8' ,
203203
204- '@media (max-width: 1550px)' : {
205- gridTemplateColumns : '1fr 1fr 1fr' ,
206- } ,
207-
208204 '@media (max-width: 1360px)' : {
209205 gridTemplateColumns : '1fr 1fr' ,
210206 columnGap : '$10' ,
You can’t perform that action at this time.
0 commit comments