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 {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 3px;
|
||||
max-width: 385px;
|
||||
margin: auto;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.linkContainer > a {
|
||||
font-size: 1.35rem;
|
||||
margin: 5px;
|
||||
font-size: 1.4rem;
|
||||
margin: 2px 0px;
|
||||
}
|
||||
|
||||
.animatedTitle {
|
||||
|
|
Loading…
Reference in a new issue