mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Fixing .mg-article-short alternate img position
This commit is contained in:
parent
754011615d
commit
d6bf75774d
@ -154,7 +154,7 @@ a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap; }
|
flex-wrap: wrap; }
|
||||||
article:nth-child(even) > .mg-article-short {
|
li:nth-child(even) .mg-article-short {
|
||||||
flex-direction: row-reverse; }
|
flex-direction: row-reverse; }
|
||||||
.mg-article-image {
|
.mg-article-image {
|
||||||
flex: 1 1 15rem;
|
flex: 1 1 15rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user