File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ const users = [
1616 infoLink : 'https://www.paypal.com' , 
1717 pinned : true , 
1818 } , 
19+  { 
20+  caption : 'Tiller' , 
21+  image : '/img/users/tiller.svg' , 
22+  infoLink : 'https://www.tillersystems.com' , 
23+  pinned : true , 
24+  } , 
1925] 
2026
2127const  siteConfig  =  { 
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pre, code {
3333}
3434
3535/* Reset link styling because they aren't visible with a dark primary color */ 
36- a  {  
36+ a  {
3737 color:  $secondaryColor ;
3838}
3939
6060 left :  -8px  ;
6161}
6262
63+ /* Change styling of logos in showcaseSection */ 
64+ .productShowcaseSection  .logos  img , 
65+ .showcaseSection  .logos  img  {
66+  width :  auto;
67+ }
68+ 
6369@media  only  screen and  (min-device-width :  360px  ) and  (max-device-width :  736px  ) {
6470}
6571
6672@media  only  screen and  (min-width :  1024px  ) {
6773 .projectTitle  {
6874 margin-top :  80px  ;
69-  }  
75+  }
7076}
7177
7278@media  only  screen and  (max-width :  1023px  ) {
                         You can’t perform that action at this time. 
           
                  
0 commit comments