fix stretched thumbnails #5

This commit is contained in:
teddit 2020-11-29 12:27:46 +01:00
parent c92bf7f7bc
commit ae18d4712b
1 changed files with 674 additions and 671 deletions

9
dist/css/styles.css vendored
View File

@ -500,13 +500,16 @@ input[type="submit"]:hover,
height: 50px;
}
#links .link .image {
max-width: 80px;
width: 80px;
max-height: 80px;
float: left;
text-align: center;
}
#links .link .image img {
width: 80px;
height: 80px;
width: auto;
height: auto;
max-width: 80px;
max-height: 80px;
}
#links .link .entry {
float: left;