Fixing .mg-article-short alternate img position

This commit is contained in:
Lucas Cimon 2017-08-17 20:42:38 +02:00
parent 754011615d
commit d6bf75774d
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ a {
display: flex;
align-items: center;
flex-wrap: wrap; }
article:nth-child(even) > .mg-article-short {
li:nth-child(even) .mg-article-short {
flex-direction: row-reverse; }
.mg-article-image {
flex: 1 1 15rem;