revert
This commit is contained in:
parent
af6da56154
commit
8aed9e865b
1 changed files with 3 additions and 2 deletions
|
@ -31,12 +31,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkContainer {
|
.linkContainer {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
flex-wrap: wrap;
|
||||||
gap: 3px;
|
gap: 3px;
|
||||||
max-width: 385px;
|
max-width: 385px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkContainer > a {
|
.linkContainer > a {
|
||||||
|
|
Loading…
Reference in a new issue