Skip to content

Commit

Permalink
Merge pull request anuragverma108#2836 from Anjaliavv51/main
Browse files Browse the repository at this point in the history
Updated the navbar and footer
  • Loading branch information
huamanraj committed Aug 10, 2024
2 parents 1dd32a1 + 96660e1 commit 4f4afb8
Show file tree
Hide file tree
Showing 2 changed files with 1,168 additions and 81 deletions.
24 changes: 12 additions & 12 deletions assets/css/refresher.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
right: 30px;
}
#caduceus {
width: 50px;
height: 50px;
width: 30px;
height: 30px;
}
}

Expand All @@ -58,8 +58,8 @@ and (-webkit-min-device-pixel-ratio: 2) {
right: 60px;
}
#caduceus {
width: 50px;
height: 50px;
width: 30px;
height: 30px;
}
}

Expand All @@ -72,8 +72,8 @@ and (-webkit-min-device-pixel-ratio: 2) {
right: 8px;
}
#caduceus {
width: 50px;
height: 50px;
width: 30px;
height: 30px;
}
}

Expand All @@ -87,8 +87,8 @@ and (-webkit-min-device-pixel-ratio: 3) {
right: 10px;
}
#caduceus {
width: 50px;
height: 50px;
width: 30px;
height: 30px;
}
}

Expand All @@ -102,8 +102,8 @@ and (-webkit-min-device-pixel-ratio: 3) {
right: 12px;
}
#caduceus {
width: 50px;
height: 50px;
width: 30px;
height: 30px;
}
}

Expand All @@ -114,7 +114,7 @@ and (max-device-width: 896px)
and (-webkit-min-device-pixel-ratio: 2) {

#caduceus {
width: 50px;
height: 50px;
width: 30px;
height: 30px;
}
}
Loading

0 comments on commit 4f4afb8

Please sign in to comment.