Skip to content

Commit

Permalink
Merge pull request Anishkagupta04#900 from MastanSayyad/main
Browse files Browse the repository at this point in the history
Made "Blood Test" Page Responsive
  • Loading branch information
varshith257 authored Jul 29, 2024
2 parents 3e012fc + 24d29d0 commit 5b37b06
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 232 deletions.
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,6 @@ footer {
.footer-bottom small {
font-size: 1rem;
display: inline;
white-space: nowrap;
}

.footer-bottom-links {
Expand Down
4 changes: 2 additions & 2 deletions test.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ h1 {
transition: all linear .8s;
border: 1px solid rgba(255, 255, 255, 0.125);
box-shadow: 2px 2px 2px rgb(5, 5, 5);
display: flex;
display: none;
justify-content: center;
align-items: center;
margin-top: 0px;
Expand Down Expand Up @@ -109,7 +109,7 @@ button {
padding: 15px 20px;
border-radius: 2rem;
cursor: pointer;
margin-left: 300px;
margin-left: -26px;

}

Expand Down
Loading

0 comments on commit 5b37b06

Please sign in to comment.