File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments