added more gif

This commit is contained in:
asus
2024-05-26 12:20:22 +02:00
parent 67bc569749
commit 6e13db6a95
6 changed files with 28 additions and 13 deletions

View File

@@ -2,7 +2,15 @@
header {
height: 300px;
}
figure {
.projects_grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, auto));
grid-gap: 20px;
figure {
figcaption {
text-align: left;
}
}
}
article {
display: grid;