[THEME] Fix the gallery for the archives

This commit is contained in:
Gregory Trolliet 2023-09-08 14:23:33 +02:00
parent 65e10d6e7c
commit 05907377fe
2 changed files with 12 additions and 7 deletions

View file

@ -796,7 +796,7 @@ blockquote:after {
.thumb:hover {
z-index: 2;
}
.thumb>img {
.thumb img {
max-height: 150px;
max-width: 150px;
border: solid 4px var(--background-color-dark);