Compare commits
No commits in common. "af6da5615437d721829293605d24b0f8f492a151" and "36f726639162252b5134596eee5de4e68e554ffd" have entirely different histories.
af6da56154
...
36f7266391
1 changed files with 4 additions and 5 deletions
|
@ -19,13 +19,13 @@ body {
|
||||||
#card {
|
#card {
|
||||||
background-color: rgba(10, 5, 90);
|
background-color: rgba(10, 5, 90);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: 2px white solid;
|
border: 2px white dashed;
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
@ -33,15 +33,14 @@ body {
|
||||||
.linkContainer {
|
.linkContainer {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
gap: 3px;
|
|
||||||
max-width: 385px;
|
max-width: 385px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkContainer > a {
|
.linkContainer > a {
|
||||||
font-size: 1.4rem;
|
font-size: 1.35rem;
|
||||||
margin: 2px 0px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.animatedTitle {
|
.animatedTitle {
|
||||||
|
|
Loading…
Reference in a new issue