This commit is contained in:
array-in-a-matrix 2022-04-22 04:57:11 -04:00
parent e782d63bd7
commit 6491628006

View file

@ -718,4 +718,16 @@ section {
}
.zoom:hover {
transform: scale(1.5);
}
.grid {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: center;
justify-content: space-evenly;
}
.grid-item {
margin: 1rem;
}