Files
myprojplanet_vite/src/views/user/myprofile/myprofile.scss

14 lines
152 B
SCSS
Raw Normal View History

2021-09-16 21:08:02 +02:00
.profile {
width: 100%;
margin: 0 auto;
max-width: 450px;
}
2021-10-28 00:37:48 +02:00
.myrow{
display: flex;
@media (max-width: 600px) {
flex-flow: column;
}
}
2022-01-03 21:53:41 +01:00