Compare commits
2 commits
d396480e14
...
36f7266391
Author | SHA1 | Date | |
---|---|---|---|
36f7266391 | |||
c2167ad4c8 |
1 changed files with 7 additions and 6 deletions
|
@ -19,27 +19,28 @@ body {
|
|||
#card {
|
||||
background-color: rgba(10, 5, 90);
|
||||
padding: 15px;
|
||||
border: 2px white solid;
|
||||
border: 2px white dashed;
|
||||
margin: 20px auto;
|
||||
width: 90%;
|
||||
max-width: 800px;
|
||||
z-index: 3;
|
||||
position: relative;
|
||||
border-radius: 12px;
|
||||
/* border-radius: 12px; */
|
||||
|
||||
box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.linkContainer {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
max-width: 385px;
|
||||
margin: auto;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.linkContainer > .chip {
|
||||
font-size: 1.5rem;
|
||||
.linkContainer > a {
|
||||
font-size: 1.35rem;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.animatedTitle {
|
||||
|
|
Loading…
Reference in a new issue