Skip to content

Commit

Permalink
fixed footer and box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurDayal2000 committed Jul 31, 2023
1 parent 4b67204 commit 87729ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ button {

.container {
width: 100%;
box-shadow: 2px 6px 2px 2px rgba(0, 0, 0, 0.15);
}

.result-card {
Expand Down Expand Up @@ -235,7 +234,7 @@ footer {
font-size: 14px;
text-align: center;
-webkit-margin-before: 1.25rem;
margin-block-start: 1.25rem;
padding: 1.25rem 0;
}

footer a {
Expand Down Expand Up @@ -286,6 +285,10 @@ footer a {
.result-summary {
border-radius: 2.25rem;
}

.container {
box-shadow: 2px 6px 2px 2px rgba(0, 0, 0, 0.15);
}
}

@media (min-width: 1024px) {
Expand Down

0 comments on commit 87729ee

Please sign in to comment.