Removed all the discord widget stuff because the site broke
This commit is contained in:
parent
214268289a
commit
04913cbdd7
@ -14,11 +14,13 @@ h1 {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h2, p {
|
||||
h2,
|
||||
p {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
button, .dropdown-btn {
|
||||
button,
|
||||
.dropdown-btn {
|
||||
background-color: #4caf50;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
@ -124,15 +126,3 @@ button:hover {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.main-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.version-sections {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -29,8 +29,6 @@
|
||||
<input type="text" id="search-bar" placeholder="Search Clients...">
|
||||
</div>
|
||||
|
||||
<div class="main-container">
|
||||
<div class="version-sections">
|
||||
<!-- Version 1.8 Section -->
|
||||
<div id="desktopVersion18">
|
||||
<p class="version-text">Version 1.8</p>
|
||||
@ -63,7 +61,8 @@
|
||||
<a class="version-link filter-button" href="/eagler-files/mobile/1.5.2/EaglerMobile/index.html"><button>EaglerMobile 1.5.2</button></a>
|
||||
<a class="version-link filter-button" href="/eagler-files/mobile/1.5.2/EaglerPocketMobile/index.html"><button>EaglerPocketMobile 1.5.2</button></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="js/mobilecheck.js"></script>
|
||||
<script src="js/searchbar.js"></script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user