@ media screen and (min-width:1020px) {
.AountDivCss{
margin-left:60px;
}
}
this is the code
@ media screen and (min-width:1020px) {
.AountDivCss{
margin-left:60px;
}
}
this is the code
@ media screen and (min-width:1020px)
is when the screen size is greater than 1020
the code you sent is fine
whether other styles affect
Previous: Error installing webpack-cli in webpack