Skip to content

Commit

Permalink
Adjust feature row styling when used on an archive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jan 17, 2018
1 parent 97387fa commit a86af6d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _sass/minimal-mistakes/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,21 @@
}
}
}

/* Place inside an archive layout */

.archive {
.feature__wrapper {
.archive__item-title {
margin-top: 0.25em;
font-size: 1em;
}
}

.feature__item,
.feature__item--left,
.feature__item--center,
.feature__item--right {
font-size: 1em;
}
}

0 comments on commit a86af6d

Please sign in to comment.