Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
a7v8x committed Feb 4, 2024
1 parent 47742e0 commit eefd2b5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions payment-card/style.css → payment-card-01/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {
.card {
margin-top: 16rem;
min-width: 26rem;
max-height: 16rem;
height: 16rem;
border-radius: 1rem;
perspective: 500px;
position: relative;
Expand Down Expand Up @@ -76,7 +76,7 @@ body {

.logo {
position: absolute;
top: 30px;
top: 2rem;
right: 1rem;
z-index: 2;
}
Expand All @@ -86,10 +86,10 @@ body {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 40px;
width: 3rem;
height: 2.5rem;
top: 3.25rem;
border-radius: 5px;
border-radius: 0.3rem;
background-image:
linear-gradient(to bottom left,
#ffecc7, #d0b978);
Expand Down

0 comments on commit eefd2b5

Please sign in to comment.