Testing grid layout again
This commit is contained in:
parent
f206c666b8
commit
5a45de7f2a
2 changed files with 19 additions and 14 deletions
|
@ -31,13 +31,17 @@ body {
|
|||
}
|
||||
|
||||
.linkContainer {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 385px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
max-width: 500px;
|
||||
margin: auto;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.linkContainer > .chip {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.animatedTitle {
|
||||
animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
/* animation-delay: 1s; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue