Merge pull request #37 from Skmyhrm/patch-2

Misplaced width ellement added after solving
This commit is contained in:
Cody Loyd 2021-10-04 12:40:51 -05:00 committed by GitHub
commit 90f2fcaf71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,6 @@ body {
border: 1px solid #eee;
box-shadow: 2px 4px 16px rgba(0,0,0,.06);
border-radius: 4px;
width: 300px;
}
/* SOLUTION */
@ -78,10 +77,11 @@ a {
.card {
padding: 16px;
margin: 16px;
width: 300px;
}
.footer {
display: flex;
align-items: center;
justify-content: center;
}
}