More Style Changes

This commit is contained in:
seiichiro 2022-01-10 21:40:18 +01:00
parent 00cae1b627
commit d8b7104a92

View file

@ -114,6 +114,11 @@ body {
grid-template-rows: repeat(2, 1fr);
}
.content-single .single-image {
grid-column: 1 / 4;
grid-row: 1 / 3;
}
.content-single .single-image img {
object-fit: contain;
position: relative;