mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 08:43:53 +00:00
feat: début AboutView.vue
This commit is contained in:
parent
8e694ee1cd
commit
1be21957e2
4 changed files with 40 additions and 7 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue