mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Restored max width constraint on grid
This commit is contained in:
parent
f0675c64c1
commit
ef80749ba4
@ -54,6 +54,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
max-width: 64rem;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
Loading…
Reference in New Issue
Block a user