Skip to content

Commit 09c1954

Browse files
committed
Update css
1 parent 89a4d1d commit 09c1954

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

docs/css/styles.css

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,10 @@ p {
7777
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
7878
}
7979

80-
.about-buttons {
81-
position: relative;
82-
margin-top: 20px; /* Space between paragraph and buttons */
83-
}
84-
85-
.about-buttons .btn {
86-
margin: 0; /* Remove default margins for precise positioning */
87-
}
88-
89-
.about-buttons .btn:first-child {
90-
float: left;
91-
}
92-
93-
.about-buttons .btn.back-to-hub {
80+
.about .btn.back-to-hub {
9481
float: right;
9582
}
9683

97-
.about-buttons::after {
98-
content: "";
99-
display: table;
100-
clear: both;
101-
}
102-
10384
.features {
10485
display: grid;
10586
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

docs/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@
7878
<h1>ErScripts</h1>
7979
<div class="about">
8080
<p><strong>ErScripts</strong> is a collection of scripts for <strong>Counter-Strike 2</strong>. No memory interaction or injections—fully safe for Valve servers.</p>
81-
<div class="about-buttons">
82-
<a href="https://github.com/emp0ry/ErScripts" class="btn" aria-label="Visit the ErScripts repository on GitHub">Visit the Repository</a>
83-
<a href="/" class="btn back-to-hub" aria-label="Back to emp0ry's Hub">Back to Hub</a>
84-
</div>
81+
<a href="https://github.com/emp0ry/ErScripts" class="btn" aria-label="Visit the ErScripts repository on GitHub">Visit the Repository</a>
82+
<a href="/" class="btn back-to-hub" aria-label="Back to emp0ry's Hub">Back to Hub</a>
8583
</div>
8684

8785
<h2>Featured Scripts</h2>

0 commit comments

Comments
 (0)