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