This commit is contained in:
Mark Valentino 2025-06-24 12:10:02 +00:00 committed by GitHub
commit 6d72ef17ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1008,8 +1008,11 @@ a.tag:hover {
}
}
&:first-child .html-thumbnail.html img {
width: 540px;
height: 405px;
aspect-ratio: 540 / 405;
height: auto;
max-width: 540px;
width: 52vw;
float: left;
@media (max-device-width:480px), screen and (max-width:800px) {
width: 270px;
height: 202px;