changed banner images

This commit is contained in:
philip-ellis-sp
2023-06-08 10:40:06 -05:00
parent 9ea4f46152
commit 51a557d3f6
3 changed files with 13 additions and 12 deletions

View File

@@ -1,13 +1,13 @@
.blogHeaderText { .blogHeaderText {
position: relative; position: relative;
color: var(--ifm-color-primary); color: #ffffff;
font-size: 30px; font-size: 48px;
max-width: 396px; max-width: 396px;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 133%;
top: 20px; top: 21px;
left: 20px; left: 74px;
} }
.background { .background {

View File

@@ -1,13 +1,13 @@
.blogHeaderText { .blogHeaderText {
position: relative; position: relative;
color: var(--ifm-color-primary); color: #ffffff;
font-size: 30px; font-size: 48px;
max-width: 396px; max-width: 459px;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 130%;
top: 20px; top: 29px;
left: 20px; left: 228px;
} }
.background { .background {
@@ -19,6 +19,7 @@
.imageContainer { .imageContainer {
width: 100%; width: 100%;
height: 180px; height: 180px;
background-image: url('../../../../static/blog/blog_banner_template.png'); background-size: 1920px 180px;
background-image: url('../../../../static/blog/marketplace_banner_template.png');
background-repeat: repeat; background-repeat: repeat;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 225 KiB