mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
Revert CSS simplification
This commit is contained in:
parent
8817afd41b
commit
ea815b3a12
1 changed files with 8 additions and 0 deletions
|
@ -1007,6 +1007,14 @@ a.tag:hover {
|
||||||
height: 202px;
|
height: 202px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.big-file .html-thumbnail.html img {
|
||||||
|
width: 540px;
|
||||||
|
height: 405px;
|
||||||
|
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||||
|
width: 270px;
|
||||||
|
height: 202px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.news-item .file .image-container {
|
.news-item .file .image-container {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue