mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -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,8 +795,12 @@ div.navbar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
}
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.post_list .post_teaser .thumbnail {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.post_list .post_teaser .thumbnail a {
|
.post_list .post_teaser .thumbnail a {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -378,7 +378,9 @@ div.navbar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@include breakpoint(tablet) {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue