conts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user