Skip to content

Commit dadb7c3

Browse files
committed
Tiny shader page tweak
1 parent 7f17feb commit dadb7c3

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

assets/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,16 @@ p + p {
128128

129129
/* Buttons */
130130
.btn {
131-
line-height: 50px;
131+
padding: 0;
132+
padding-top: 13px;
133+
padding-bottom: 13px;
132134
min-width: 200px;
133135
font-size: 18px;
134136
font-weight: 300;
135137
border: 0;
136138
border-radius: 50px;
137139
color: var(--VeryLightGray);
138140
background-color: var(--DarkGray);
139-
padding: 0;
140141
transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
141142
-moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
142143
-webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;

reimagined/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@
7878
<div class="hero-text">
7979
<h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</span></h1>
8080
<p>Aiming for perfection and reimagining Minecraft.</p>
81-
<a href="https://www.curseforge.com/minecraft/customization/complementary-reimagined/download" class="btn btn-border">Download</a>
81+
<a href="https://www.curseforge.com/minecraft/customization/complementary-reimagined/download" class="btn btn-border">
82+
Download</a>
83+
</div>
84+
<div class="hero-text">
85+
<a></a>
8286
</div>
8387
</div><!-- /.hero-content -->
8488
</div><!-- /.hero -->

shaders-v4/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,15 @@
7878
<div class="hero-text">
7979
<h1>Complementary Shaders <span style="color: var(--ThemeColor)">Version 4</span></h1>
8080
<p>Shader pack that aims to be good at everything.</p>
81-
<a href="https://www.curseforge.com/minecraft/customization/complementary-shaders/download" class="btn btn-border">Download</a>
81+
<a href="https://www.curseforge.com/minecraft/customization/complementary-shaders/download" class="btn btn-border">
82+
Download</a>
8283
</div>
83-
<!-- <div class="hero-text" style="padding-top: 200px; position:relative;">
84+
<!-- <div class="hero-text" style="padding-top: 15px; position:relative;">
8485
<a href="#main">Learn More</a>
8586
</div> -->
87+
<div class="hero-text">
88+
<a></a>
89+
</div>
8690
</div><!-- /.hero-content -->
8791
</div><!-- /.hero -->
8892

0 commit comments

Comments
 (0)