Compare commits

...

2 commits

Author SHA1 Message Date
Late Night Defender 879f1fd21d use grid in team page 2024-07-04 01:21:24 +07:00
Late Night Defender 63460607a8 bring back itemcard-stealth 2024-07-04 01:19:25 +07:00
2 changed files with 8 additions and 6 deletions

View file

@ -123,6 +123,14 @@ h1 {
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
}
.itemcard-stealth {
display: grid;
border-radius: 12px;
text-decoration: none;
height: 3cm;
transition-duration: 0.2s;
}
.listaction {
display: flex;
align-items: center;

View file

@ -86,8 +86,6 @@
</div>
</div>
</a>
</div>
<div class="row">
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://matsuri.techtransthai.org/">
<div class="listaction">
<img src="avatars/placeholder.png" alt="no-avatar" width="80" height="80" style="margin: 0.3cm; border-radius: 40px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13)">
@ -105,10 +103,6 @@
</div>
</div>
</a>
<a class="itemcard-placeholder">
</a>
</div>
</div>