mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
post teaser redesign - thumbnail alignment #148
This commit is contained in:
parent
5ce7be4086
commit
be58f1ea55
2 changed files with 8 additions and 2 deletions
|
@ -795,7 +795,11 @@ div.navbar {
|
|||
height: 100%;
|
||||
align-content: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.post_list .post_teaser .thumbnail {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.post_list .post_teaser .thumbnail a {
|
||||
display: block;
|
||||
|
|
|
@ -378,7 +378,9 @@ div.navbar {
|
|||
height: 100%;
|
||||
align-content: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@include breakpoint(tablet) {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue