More languages
More actions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
width:67%; | width:67%; | ||
margin-right:3%; | margin-right:3%; | ||
} | |||
.essays-sidebar{ | |||
width:30%; | |||
} | } | ||
.essays-last-updated{ | .essays-last-updated{ | ||
width: | width:100%; | ||
} | } | ||
Revision as of 17:28, 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-last-updated{
width:100%;
}
@media screen and (max-width: 768px) {
.essays-page{
display:flex;
flex-wrap:wrap;
flex-direction:column;
}
.essays-list{
width:100%;
}
.essays-last-updated{
width:100%;
}
}