Skip to content

Commit 022aaf3

Browse files
committed
📱 Minor design improvements
1 parent 6dd769a commit 022aaf3

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

‎css/index.css‎

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ header .links .link:hover {
155155
}
156156

157157
.tile-section .mini-tile .link {
158-
margin-top: 24px;
158+
margin-top: 16px;
159159
}
160160

161161
.tile-section .mini-tile .links {
162162
float: none;
163163
}
164164

165165
.tile-section .mini-tile .desc {
166-
margin-top: 24px;
166+
margin-top: 16px;
167167
}
168168

169169
.tile-section .screenshot {
@@ -326,6 +326,11 @@ footer span {
326326
main {
327327
padding: 0 16px;
328328
}
329+
330+
.pre-footer {
331+
margin: 64px 0 0 0;
332+
padding: 0 8px;
333+
}
329334
}
330335

331336
@media screen and (max-width: 450px) {
@@ -353,6 +358,15 @@ footer span {
353358
.container h2 {
354359
margin: 64px 0 32px 0;
355360
}
361+
362+
footer .container {
363+
display: block;
364+
}
365+
366+
footer span {
367+
margin-top: 8px;
368+
display: block;
369+
}
356370
}
357371

358372
/* magnific popup */

0 commit comments

Comments
 (0)