This commit is contained in:
Mimi Momo
2022-09-14 11:37:41 -05:00
parent 85dd99f02a
commit 948c48462f
7 changed files with 21 additions and 2 deletions
+3 -1
View File
@@ -5,6 +5,7 @@
grid-template-rows: 1fr 9.5em;
grid-column-gap: 0px;
grid-row-gap: 0px;
background-image: url(../img/prom/runebless.png);
}
.content-left {
grid-area: 1 / 1 / 2 / 2;
@@ -12,13 +13,14 @@
background-size: 20em;
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
}
.content-right {
grid-area: 1 / 2 / 3 / 3;
background-image: url(../img/prom/runebless.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left;
background-color: transparent;
}
.latest {
background-color: #C0AAC0;