优化文章-阅读建议样式
This commit is contained in:
parent
c7a30120a3
commit
fa63046d2e
|
@ -3,7 +3,6 @@
|
||||||
.relatedPosts-list {
|
.relatedPosts-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
|
||||||
}
|
}
|
||||||
.relatedPosts>.relatedPosts-list>div {
|
.relatedPosts>.relatedPosts-list>div {
|
||||||
background: #363636;
|
background: #363636;
|
||||||
|
|
|
@ -180,15 +180,6 @@
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.is-center {
|
|
||||||
text-align: center;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: center;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-info-avatar.is-center {
|
.card-info-avatar.is-center {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue