Slight modifications
This commit is contained in:
parent
36f7266391
commit
a3a333e064
1 changed files with 3 additions and 2 deletions
|
@ -33,14 +33,15 @@ body {
|
||||||
.linkContainer {
|
.linkContainer {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
|
gap: 3px;
|
||||||
max-width: 385px;
|
max-width: 385px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkContainer > a {
|
.linkContainer > a {
|
||||||
font-size: 1.35rem;
|
font-size: 1.4rem;
|
||||||
margin: 5px;
|
margin: 2px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animatedTitle {
|
.animatedTitle {
|
||||||
|
|
Loading…
Reference in a new issue