Remove Test Colors
This commit is contained in:
parent
3b6b96df6d
commit
3dbe02331e
1 changed files with 0 additions and 3 deletions
|
@ -93,7 +93,6 @@ body {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
background-color: greenyellow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .multi-image img {
|
.content .multi-image img {
|
||||||
|
@ -118,8 +117,6 @@ body {
|
||||||
.content-single .single-image {
|
.content-single .single-image {
|
||||||
grid-column: 1 / 4;
|
grid-column: 1 / 4;
|
||||||
grid-row: 1 / 3;
|
grid-row: 1 / 3;
|
||||||
|
|
||||||
background-color: chartreuse;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-single .single-image img {
|
.content-single .single-image img {
|
||||||
|
|
Loading…
Reference in a new issue