Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3692 | Rev 3716 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3692 Rev 3715
Línea 19... Línea 19...
19
          display: 'flex',
19
          display: 'flex',
20
          justifyContent: 'center',
20
          justifyContent: 'center',
21
          alignItems: 'center'
21
          alignItems: 'center'
22
        }}
22
        }}
23
      >
23
      >
24
        <Card styles={{ width: '100%', maxWidth: { xs: '80vw', md: '500px', lg: '800px' } }}>
24
        <Card styles={{ width: '100%', maxWidth: { xs: '90vw', md: '500px', lg: '800px' } }}>
25
          <CardHeader title={title} />
25
          <CardHeader title={title} />
26
          <CardContent>
26
          <CardContent>
27
            <Typography variant='h2'>{message}</Typography>
27
            <Typography variant='h2'>{message}</Typography>
28
          </CardContent>
28
          </CardContent>