Add more media query steps for small-screen devices.
This commit is contained in:
@@ -101,17 +101,6 @@ const categoriedPostListSortedByArticleAmount: Array<CategoriedPosts> =
|
||||
</div>
|
||||
|
||||
<style>
|
||||
@media screen and (max-width: 125ex) {
|
||||
.collection-desc-item {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 125ex) {
|
||||
.collection-desc-item {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.collection-desc::after {
|
||||
display: block;
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user