File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,15 @@ header {
137137/* Features */
138138.features {
139139 display : grid;
140- grid-template-columns : repeat (auto-fit, minmax (280 px , 1fr ));
140+ grid-template-columns : repeat (auto-fit, minmax (220 px , 1fr ));
141141 gap : 24px ;
142142 margin-bottom : 80px ;
143143}
144144
145145.feature-card {
146146 background-color : var (--card-bg );
147147 border : 1px solid var (--border-color );
148- padding : 32 px ;
148+ padding : 28 px ;
149149 border-radius : 12px ;
150150 transition : transform 0.2s ;
151151}
@@ -253,7 +253,7 @@ footer a {
253253}
254254
255255footer a : hover {
256- color : var ( --accent-color ) ;
256+ color : # eeeeee ;
257257}
258258
259259/* Mobile */
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ <h2 id="success-filename">book.txt</h2>
143143
144144 < footer >
145145 < div class ="container ">
146- < p > © SPACESODA / ANTHONYC< br > Released under the MIT License.</ p >
146+ < p > © < a href =" https://github.com/ SPACESODA" target =" _blank " rel =" noopener " > SPACESODA </ a > / < a href =" https://github.com/realanthonyc " target =" _blank " rel =" noopener " > ANTHONYC</ a > < br > Released under the MIT License.</ p >
147147 < p class ="footer-github "> < a href ="https://github.com/SPACESODA/epub2txt " target ="_blank " rel ="noopener "> ★ GitHubでスターしてね</ a > </ p >
148148 </ div >
149149 </ footer >
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ <h2 id="success-filename">book.txt</h2>
143143
144144 < footer >
145145 < div class ="container ">
146- < p > © SPACESODA / ANTHONYC< br > Released under the MIT License.</ p >
146+ < p > © < a href =" https://github.com/ SPACESODA" target =" _blank " rel =" noopener " > SPACESODA </ a > / < a href =" https://github.com/realanthonyc " target =" _blank " rel =" noopener " > ANTHONYC</ a > < br > Released under the MIT License.</ p >
147147 < p class ="footer-github "> < a href ="https://github.com/SPACESODA/epub2txt " target ="_blank " rel ="noopener "> ★ 在 GitHub 給個星吧</ a > </ p >
148148 </ div >
149149 </ footer >
You can’t perform that action at this time.
0 commit comments