Remove Test Colors

This commit is contained in:
seiichiro 2022-01-10 21:29:06 +01:00
parent 3b6b96df6d
commit 3dbe02331e

View file

@ -93,7 +93,6 @@ body {
padding: 0px;
width: 200px;
height: 200px;
background-color: greenyellow;
}
.content .multi-image img {
@ -118,8 +117,6 @@ body {
.content-single .single-image {
grid-column: 1 / 4;
grid-row: 1 / 3;
background-color: chartreuse;
}
.content-single .single-image img {