Skip to content

Commit bbe2c20

Browse files
committed
Pull the "read full article" button to the bottom of the block
1 parent 93b86c1 commit bbe2c20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_sass/includes/recent-posts-band.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
background: var(--tile-background-color);
55
padding: 2rem;
66
margin: .5rem 0;
7+
display: flex;
8+
flex-direction: column;
79

810
p {
911
color: var(--tile-text-color);
@@ -32,5 +34,9 @@
3234
margin: 0;
3335
padding: 0;
3436
}
37+
38+
div.text-centered {
39+
margin-top: auto;
40+
}
3541
}
3642
}

0 commit comments

Comments
 (0)