grids
This commit is contained in:
parent
e782d63bd7
commit
6491628006
1 changed files with 12 additions and 0 deletions
|
@ -719,3 +719,15 @@ 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue