It is impressive how ugly the grid is, I'll figure out something better later.
This commit is contained in:
parent
5a45de7f2a
commit
a8d0310ce5
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ body {
|
|||
}
|
||||
|
||||
.linkContainer {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
max-width: 500px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 385px;
|
||||
margin: auto;
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue