mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Add flex display
This commit is contained in:
@@ -536,6 +536,7 @@ body {
|
|||||||
.container {
|
.container {
|
||||||
.content {
|
.content {
|
||||||
.post-item {
|
.post-item {
|
||||||
|
display: flex;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
|
@@ -521,6 +521,7 @@ body {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
.section.main .container .content .post-item {
|
.section.main .container .content .post-item {
|
||||||
|
display: flex;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
.section.main .container .content .post-item .meta {
|
.section.main .container .content .post-item .meta {
|
||||||
|
Reference in New Issue
Block a user