Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 4554219

Browse files
authored
Merge pull request #7 from Zexlo/main
fix UI bugs
2 parents be89b3a + 9026090 commit 4554219

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

css/styles.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ body {
55
padding: 0;
66
color: #fff;
77

8-
background: url("assets/images/blueprintscroll.png");
9-
=======
10-
transition: background-color 0.3s, color 0.3s;
8+
background: url("assets/images/blueprintscroll.png");
119

1210
}
1311

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
<div class="infinite-scrolling">
2222
</div>
2323
<main class="grid-container" style="/*! padding-left: 0px; *//*! padding-right: 0px; *//*! padding-top: 0px; *//*! padding-bottom: 0px; *//*! margin-top: 0px; */">
24-
=======
25-
<main class="grid-container">
26-
2724
<a href="sections/custom-skins.html" class="card">
2825
<h2>Custom Skins</h2>
2926
<p>How to create custom skins and import them into your game.</p>

0 commit comments

Comments
 (0)