post teaser redesign - thumbnail alignment #148

This commit is contained in:
rimu 2024-09-05 20:41:15 +12:00
parent 5ce7be4086
commit be58f1ea55
2 changed files with 8 additions and 2 deletions

View file

@ -795,8 +795,12 @@ div.navbar {
height: 100%;
align-content: center;
display: flex;
}
@media (min-width: 992px) {
.post_list .post_teaser .thumbnail {
align-items: center;
}
}
.post_list .post_teaser .thumbnail a {
display: block;
width: 100%;

View file

@ -378,7 +378,9 @@ div.navbar {
height: 100%;
align-content: center;
display: flex;
@include breakpoint(tablet) {
align-items: center;
}
a {
display: block;