wip images in projects
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user