Update Website

Lethal-Extended:

- Fixed Background Scaling
- Updated Download Count

Content-Expansion:

- Fixed Background Scaling
- Updated Version
- Updated Download Count
- Updated Downloads

Enchanted-Harvest:

- Fixed Background Scaling
This commit is contained in:
2024-06-12 16:36:30 -05:00
parent 8b4772e596
commit 3f495e8750
17 changed files with 36 additions and 31 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@@ -202,7 +202,7 @@ body {
background: rgba(0, 0, 0, .5) url('./Screenshot 2024-05-17 003957.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.credits-background {
@@ -217,7 +217,7 @@ body {
background: rgba(0, 0, 0, .5) url('./Credits-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.team-background {
@@ -232,7 +232,7 @@ body {
background: rgba(0, 0, 0, .5) url('./Team-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.projects-background {
@@ -247,7 +247,7 @@ body {
background: rgba(0, 0, 0, .5) url('./Projects-Banner.png');
background-blend-mode: darken;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.main1_logo_a {