You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
258 B

.l_side {
width: @side-width;
float: right;
margin-left: -@side-width;
@media(max-width: @on-phone) {
margin: @gap 0 0;
width: 100%;
.m_widget {
// box-shadow: 1px 0 3px fade(black, 10%);
}
}
}