Files
myprojplanet_vite/src/views/user/myprofile/myprofile.scss
paoloar77 5375e9d728 - MyProfile
- Immagine profilo e small
2022-01-03 21:53:41 +01:00

19 lines
277 B
SCSS
Executable File

.profile {
width: 100%;
margin: 0 auto;
max-width: 450px;
}
.myrow{
display: flex;
@media (max-width: 600px) {
flex-flow: column;
}
}
.imgprofile{
border: 4px solid rgb(29, 118, 13);
border-radius: 16px;
box-shadow: 0 0 45px rgba(246, 246, 246, 0.2);
}