mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
fix google thumbnails
This commit is contained in:
parent
8a934529ea
commit
d9fcab402b
1 changed files with 3 additions and 7 deletions
|
@ -544,10 +544,7 @@ h3,h4,h5,h6{
|
||||||
width:160px;
|
width:160px;
|
||||||
height:90px;
|
height:90px;
|
||||||
background:var(--282828);
|
background:var(--282828);
|
||||||
text-align:center;
|
|
||||||
line-height:87px;
|
|
||||||
border:1px solid var(--504945);
|
border:1px solid var(--504945);
|
||||||
overflow:hidden;
|
|
||||||
margin-left:7px;
|
margin-left:7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -569,10 +566,9 @@ h3,h4,h5,h6{
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumb-wrap .thumb{
|
.thumb-wrap .thumb{
|
||||||
max-width:100%;
|
object-fit:fill;
|
||||||
max-height:100%;
|
width:100%;
|
||||||
text-align:left;
|
height:100%;
|
||||||
vertical-align:middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumb-wrap.portrait{
|
.thumb-wrap.portrait{
|
||||||
|
|
Loading…
Reference in a new issue