13 lines
151 B
SCSS
Executable File
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;
|
|
}
|
|
}
|