added more gif
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user