More Style Changes
This commit is contained in:
parent
00cae1b627
commit
d8b7104a92
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@ body {
|
||||||
grid-template-rows: repeat(2, 1fr);
|
grid-template-rows: repeat(2, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-single .single-image {
|
||||||
|
grid-column: 1 / 4;
|
||||||
|
grid-row: 1 / 3;
|
||||||
|
}
|
||||||
|
|
||||||
.content-single .single-image img {
|
.content-single .single-image img {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue