wip images in projects

This commit is contained in:
asus
2024-05-18 15:54:08 +02:00
parent 1742985974
commit 527424df53

View File

@@ -3,10 +3,12 @@
height: 300px; height: 300px;
} }
article { article {
display: flex; display: grid;
flex-direction: row; grid-gap: 20px;
flex-wrap: wrap; grid-auto-columns: repeat(auto-fill, minmax(500px, 1fr));
gap: 20px; p {
grid-column: 1 / span 2;
}
img { img {
max-height: 500px; max-height: 500px;
max-width: 500px; max-width: 500px;