More languages
More actions
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
width:100%; | width:100%; | ||
} | } | ||
.essays- | .essays-sidebar{ | ||
width:100%; | width:100%; | ||
} | } | ||
} | } |
Revision as of 17:32, 16 September 2023
.essays-list li > a{
display:none;
}
.essays-list li{
list-style-type: none;
}
.essays-page{
display:flex;
flex-flow:row-reverse;
flex-wrap:wrap;
}
.essays-list{
width:67%;
margin-right:3%;
}
.essays-sidebar{
width:30%;
}
.essays-sidebar-item{
width:100%;
}
@media screen and (max-width: 768px) {
.essays-page{
display:flex;
flex-wrap:wrap;
flex-direction:column;
}
.essays-list{
width:100%;
}
.essays-sidebar{
width:100%;
}
}