diff --git a/_sass/includes/recent-posts-band.scss b/_sass/includes/recent-posts-band.scss index 4015396e3a..45adeafde1 100644 --- a/_sass/includes/recent-posts-band.scss +++ b/_sass/includes/recent-posts-band.scss @@ -4,6 +4,8 @@ background: var(--tile-background-color); padding: 2rem; margin: .5rem 0; + display: flex; + flex-direction: column; p { color: var(--tile-text-color); @@ -32,5 +34,9 @@ margin: 0; padding: 0; } + + div.text-centered { + margin-top: auto; + } } }