Update background images
This commit is contained in:
parent
481f3993da
commit
2550bc8bbf
7 changed files with 4 additions and 3 deletions
|
@ -85,7 +85,8 @@ footer.page-footer {
|
|||
|
||||
|
||||
.parallax img {
|
||||
display: inherit
|
||||
display: inherit;
|
||||
max-height: 250%;
|
||||
}
|
||||
|
||||
#mlh-trust-badge {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.7 MiB After Width: | Height: | Size: 3 MiB |
BIN
static/img/background2.jpg
Normal file
BIN
static/img/background2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 MiB |
BIN
static/img/background3.jpg
Normal file
BIN
static/img/background3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB |
|
@ -75,7 +75,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="parallax">
|
||||
<img src="../static/img/background2.png" alt="background image">
|
||||
<img src="../static/img/background2.jpg" alt="background image">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -117,7 +117,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="parallax">
|
||||
<img src="../static/img/background3.png" alt="background" >
|
||||
<img src="../static/img/background3.jpg" alt="background image">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue