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