Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/canary' into bugfix/hyration
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 20, 2021
2 parents bf15bea + 5e255b5 commit 4381e97
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
}

.main {
Expand All @@ -29,6 +30,7 @@
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
}

.title a {
Expand Down Expand Up @@ -78,14 +80,14 @@

.card {
margin: 1rem;
flex-basis: 45%;
padding: 1.5rem;
text-align: left;
color: inherit;
text-decoration: none;
border: 1px solid #eaeaea;
border-radius: 10px;
transition: color 0.15s ease, border-color 0.15s ease;
width: 45%;
}

.card:hover,
Expand Down

0 comments on commit 4381e97

Please sign in to comment.