File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 2828
2929.logoGroup  {
3030  display :  grid;
31-   grid-template-columns :  repeat (3 ,  1fr  );
32-   gap :  0.5 rem 
31+   grid-template-columns :  repeat (2 ,  1fr  );
32+   gap :  1 rem 
3333  margin :  0  1rem  ;
3434}
3535
4747@media  (min-width :  768px  ) {
4848  .logoGroup  {
4949    display :  grid;
50-     max-width :  500 px 
50+     max-width :  600 px 
5151    margin :  0  auto;
52-     grid-template-columns :  repeat (3 ,  1fr  );
53-     gap :  0 .5rem 
52+     grid-template-columns :  repeat (4 ,  1fr  );
53+     gap :  1 .5rem 
5454  }
5555}
Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ export function SponsorsList() {
3333            alt = "route4me" 
3434          /> 
3535        </ a > 
36+         < a 
37+           href = "https://twicsy.com/" 
38+           target = "_blank" 
39+           rel = "noopener noreferrer" 
40+         > 
41+           < img 
42+             src = "/images/twicsy.png" 
43+             alt = "twicsy" 
44+           /> 
45+         </ a > 
3646      </ div > 
3747    </ div > 
3848  ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments