mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Replace See also with a nicer looking Related posts section
This commit is contained in:
@ -70,7 +70,8 @@
|
||||
}
|
||||
|
||||
.page-list li,
|
||||
.series-taxonomy li {
|
||||
.series-taxonomy li,
|
||||
.related-posts .post {
|
||||
padding-top: 8px;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
@ -239,6 +240,19 @@
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
.related-posts {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
gap: 10px;
|
||||
align-items: stretch; /* this is default anyways */
|
||||
}
|
||||
|
||||
.related-posts .post {
|
||||
min-width: 10%;
|
||||
flex: 1 1 49%;
|
||||
}
|
||||
|
||||
#back-to-top {
|
||||
position: fixed;
|
||||
float: right;
|
||||
|
Reference in New Issue
Block a user