Skip to content

Commit 7965c17

Browse files
committed
minor fix
1 parent 3248cf8 commit 7965c17

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
color: #c9d1d9;
379379
}
380380
.feature img {
381-
aspect-ratio: 16/9;
381+
object-fit: scale-down;
382382
width: 100%;
383383
}
384384
.accordion {
@@ -650,7 +650,10 @@ <h2>You're a coder and not a cloner</h2>
650650
</div>
651651

652652
<div class="feature">
653-
<img src="https://fuckingnode.github.io/website_2.png" alt="Setup" />
653+
<img
654+
src="https://fuckingnode.github.io/website_2.png"
655+
alt="Setup"
656+
/>
654657
<div class="feature-text">
655658
<h2>You write too much config</h2>
656659
<p>
@@ -818,7 +821,9 @@ <h3>You scrolled until the FuckingEnd</h3>
818821
</section>
819822

820823
<footer style="text-align: left">
821-
Copyright &copy; 2024-2025 <a style="text-decoration: underline;" href="https://zakahacecosas.github.io/"
824+
Copyright &copy; 2024-2025 <a
825+
style="text-decoration: underline"
826+
href="https://zakahacecosas.github.io/"
822827
>ZakaHaceCosas</a> and the open source contributors.<br />Made in Spain
823828
with love towards you and not towards JS.
824829
</footer>

0 commit comments

Comments
 (0)