Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3703 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3703 Rev 3719
Línea 111... Línea 111...
111
                  justifyContent: 'space-evenly',
111
                  justifyContent: 'space-evenly',
112
                  gap: { xs: 1, md: 2 },
112
                  gap: { xs: 1, md: 2 },
113
                  '& > li': {
113
                  '& > li': {
114
                    position: 'relative',
114
                    position: 'relative',
115
                    display: 'flex',
115
                    display: 'flex',
116
                    '&:not(:nth-last-child(-n + 4))': {
116
                    '&:not(:nth-last-of-type(-n + 4))': {
117
                      display: { xs: 'none', md: 'flex' }
117
                      display: { xs: 'none', md: 'flex' }
118
                    },
118
                    },
119
                    '&:nth-last-child(-n + 1)': {
119
                    '&:nth-last-of-type(-n + 1)': {
120
                      display: { xs: 'flex', md: 'none' }
120
                      display: { xs: 'flex', md: 'none' }
121
                    }
121
                    }
122
                  }
122
                  }
123
                }
123
                }
124
              }}
124
              }}