Skip to content

Commit

Permalink
modified css
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMantripragada committed Dec 12, 2024
1 parent 0aea5c0 commit 35daaa8
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
justify-content: center;
}

.card-footer {
align-items: flex-end;
}

.card-header {
color: white;
display: flex;
Expand All @@ -108,6 +112,7 @@
align-items: flex-start;
gap: 0.5rem;
background: rgba(0, 0, 0, 0.7);
margin-bottom: 6.5rem;

h3 {
margin: 0;
Expand Down Expand Up @@ -151,6 +156,10 @@
.viewport-small {
.main {
grid-template-columns: calc(50% - 15px) calc(50% - 15px) !important;

.card-header {
margin-bottom: 5rem !important;
}
}
}

Expand Down Expand Up @@ -187,14 +196,18 @@
.auth-card-footer {
padding: 7.5px 0px 7.5px 0px;
}

.card-header {
margin-bottom: 4.5rem !important;
}
}
}
}
}

.viewport-medium {
div.auth-card {
padding: 20px 0 55px 20px !important;
padding: 20px 0 10px 20px !important;
}
}

Expand Down

0 comments on commit 35daaa8

Please sign in to comment.