feat: début AboutView.vue

This commit is contained in:
Emi Boucly 2025-04-24 09:27:49 +02:00
parent 8e694ee1cd
commit 1be21957e2
4 changed files with 40 additions and 7 deletions

View file

@ -7,7 +7,7 @@
<div>
<a href="https://github.com/Akomry/makeyourownapp-jam" target="_blank" rel="external nofllow noopener">
<img class="rounded card" src="../components/icons/Illustration3.png" alt="makeyourownapp-jam" width="300">
<img class="rounded card img" src="../components/icons/Illustration3.png" alt="makeyourownapp-jam">
</a>
<br>
<span>Make your own app! game jam</span>
@ -41,7 +41,7 @@
.card-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(24rem, auto));
grid-template-columns: repeat(auto-fill, minmax(10rem, auto));
gap: 2rem;
}
@ -61,4 +61,8 @@
.rounded {
border-radius: 15px;
}
.img {
width: 200px;
}
</style>