Skip to content

Commit 0a8a392

Browse files
committed
Design fixes
1 parent 56e97c8 commit 0a8a392

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

css/index.css

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,15 @@ footer span {
365365
header .links {
366366
float: none;
367367
margin-top: 32px;
368+
display: flex;
369+
}
370+
371+
header .links a {
372+
flex: 1;
368373
}
369374

370375
header .links .link {
371-
margin: 0 16px;
376+
margin: 0;
372377
}
373378

374379
.tile-section {
@@ -399,15 +404,13 @@ footer span {
399404

400405
.tile-section .tile .links, .mfp-title .links {
401406
float: none;
402-
margin-top: 16px;
403407
}
404408

405409
.mfp-title {
406410
text-align: center;
407411
}
408412

409413
.tile-section .tile .screenshot {
410-
height: 200px;
411414
width: calc(100% + 32px);
412415
}
413416

@@ -440,17 +443,17 @@ footer span {
440443
padding: 60px 8px;
441444
}
442445

443-
.tile-section .tile .screenshot {
444-
height: 140px;
445-
}
446-
447446
.container h2 {
448447
margin: 64px 0 32px 0;
449448
}
450449
}
451450

452451
/* magnific popup */
453452

453+
.mfp-zoom-out-cur {
454+
overflow: hidden;
455+
}
456+
454457
img.mfp-img {
455458
padding-bottom: 120px;
456459
pointer-events: none;
@@ -466,8 +469,7 @@ img.mfp-img {
466469

467470
.mfp-figure:after {
468471
box-shadow: none;
469-
border-radius: 0 0 32px 32px;
470-
background: rgba(0, 0, 0, 0.1);
472+
background: none;
471473
}
472474

473475
.mfp-arrow-right:before {

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
</div>
3434
</a>
3535
<div class="links">
36-
<a href="https://www.patreon.com/moduleart" title="Patreon">
36+
<a href="https://www.patreon.com/moduleart">
3737
<div class="link">Patreon</div>
3838
</a>
39-
<a href="https://www.buymeacoffee.com/ModuleArt" title="Buy me a coffee">
39+
<a href="https://www.buymeacoffee.com/ModuleArt">
4040
<div class="link">Buy me a coffee</div>
4141
</a>
42-
<a href="https://github.com/ModuleArt" title="GitHub">
42+
<a href="https://github.com/ModuleArt">
4343
<div class="link">GitHub</div>
4444
</a>
4545
</div>

0 commit comments

Comments
 (0)