Files
salvato.newfreeplanet/src/views/user/test/test.scss
paoloar77 f29c9e0413 Verifica telegram + email
- convertito la Configurazione newsletter
- Protetto le password (al load) che vengono settate in settings
2021-12-23 14:14:39 +01:00

13 lines
151 B
SCSS
Executable File

.profile {
width: 100%;
margin: 0 auto;
max-width: 450px;
}
.myrow{
display: flex;
@media (max-width: 600px) {
flex-flow: column;
}
}