mirror of
https://github.com/neocities/neocities.git
synced 2025-08-20 00:03:56 +02:00
Merge d20068e3fc
into c43b68005a
This commit is contained in:
commit
6d72ef17ca
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue