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 {
|
.linkContainer {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
flex-wrap: wrap;
|
||||||
max-width: 500px;
|
max-width: 385px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue