This commit is contained in:
root
2025-12-20 19:00:42 +01:00
parent 9871289bfb
commit e1a0966dee
23 changed files with 1878 additions and 48 deletions

View File

@@ -206,8 +206,9 @@ header p {
.past {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(400px, 400px));
gap: 30px;
justify-content: center;
}
.past .card {
@@ -215,6 +216,7 @@ header p {
border-radius: 16px;
padding: 20px;
border: 1px solid var(--border);
width: 400px;
}
.past img {