fix: 💄 Expand the dots of travels navigation #276
        Simon Mulquin simon@octree.ch
        
        
        
        
        
        Mon, 16 May 2022 11:13:58 +0000
        
          1 files changed,
          4 insertions(+),
          1 deletions(-)
          
          
        
            
            
            
            M
            
          
          frontend/containers/TravelColumns/index.tsx
          
            → 
            frontend/containers/TravelColumns/index.tsx
          
          
            
          @@ -177,7 +177,7 @@ overflowX: 'hidden',
overflowY: 'auto', }, dots: { - height: 32, + height: '56px', overflow: 'auto', '& overflow': '-moz-scrollbars-none', '-ms-overflow-style': 'none',@@ -188,6 +188,9 @@ '& .slick-dots': {
position: 'static', '& li': { display: 'block', + '& button:before': { + fontSize: '20px' + }, }, }, '& .slick-dots li:first-child button:before, & .slick-dots li:last-child button:before': {