Grid links
This commit is contained in:
parent
d396480e14
commit
c2167ad4c8
1 changed files with 5 additions and 4 deletions
|
@ -31,15 +31,16 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkContainer {
|
.linkContainer {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-wrap: wrap;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
max-width: 385px;
|
max-width: 385px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkContainer > .chip {
|
.linkContainer > a {
|
||||||
font-size: 1.5rem;
|
font-size: 1.35rem;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animatedTitle {
|
.animatedTitle {
|
||||||
|
|
Loading…
Reference in a new issue