mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
update banner image to png.
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
assets/img/backgrounds/bg-apex-banner-2-lg.png
Normal file
BIN
assets/img/backgrounds/bg-apex-banner-2-lg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
assets/img/backgrounds/bg-apex-banner-2-md.png
Normal file
BIN
assets/img/backgrounds/bg-apex-banner-2-md.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
BIN
assets/img/backgrounds/bg-apex-banner-2.png
Normal file
BIN
assets/img/backgrounds/bg-apex-banner-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
@@ -1,6 +1,6 @@
|
||||
.top-banner {
|
||||
height: 46px;
|
||||
background: url(../img/backgrounds/bg-apex-banner-2.gif);
|
||||
background: url(../img/backgrounds/bg-apex-banner-2.png);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
padding: 2px 0;
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
padding: 5px 8px;
|
||||
background: url(../img/backgrounds/bg-apex-banner-2-md.gif);
|
||||
background: url(../img/backgrounds/bg-apex-banner-2-md.png);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
background: url(../img/backgrounds/bg-apex-banner-2-lg.gif);
|
||||
background: url(../img/backgrounds/bg-apex-banner-2-lg.png);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user