Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6977 Rev 6979
Línea 50... Línea 50...
50
 
50
 
51
const StyledTitle = styled.h2`
51
const StyledTitle = styled.h2`
52
  font-size: 1.5rem;
52
  font-size: 1.5rem;
53
  font-weight: 500;
53
  font-weight: 500;
54
  width: fit-content;
54
  width: fit-content;
55
  max-width: 30ch;
55
  max-width: 25ch;
-
 
56
  text-align: center;
-
 
57
 
-
 
58
  @media (min-width: 768px) {
-
 
59
    max-width: 30ch;
56
  text-align: center;
60
  }
Línea 57... Línea 61...
57
`
61
`
58
 
62
 
59
const StyledMessageList = styled.div`
63
const StyledMessageList = styled.div`