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 {
position: relative;
color: var(--ifm-color-primary);
font-size: 30px;
color: #ffffff;
font-size: 48px;
max-width: 396px;
font-weight: bold;
line-height: 100%;
top: 20px;
left: 20px;
line-height: 133%;
top: 21px;
left: 74px;
}
.background {

View File

@@ -1,13 +1,13 @@
.blogHeaderText {
position: relative;
color: var(--ifm-color-primary);
font-size: 30px;
max-width: 396px;
color: #ffffff;
font-size: 48px;
max-width: 459px;
font-weight: bold;
line-height: 100%;
top: 20px;
left: 20px;
line-height: 130%;
top: 29px;
left: 228px;
}
.background {
@@ -19,6 +19,7 @@
.imageContainer {
width: 100%;
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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 225 KiB