Skip to content

Commit

Permalink
Merge pull request #442 from GarimaSingh0109/UI_Footer
Browse files Browse the repository at this point in the history
Fix UI Bug: Prevent Download Button Collision with Footer Headings
  • Loading branch information
khushi-joshi-05 authored May 23, 2024
2 parents 492ec68 + e9575f5 commit bb73875
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ body {

.app_download {
background-color: brown;
height: 320px;
height: 350px;
color: white;
padding-left: 50px;
padding-top: 80px;
Expand Down Expand Up @@ -352,8 +352,8 @@ body {

.app-download-img {
max-height: 70px;
margin-top: 2rem;
margin-left: 2rem;

padding: 10px;
}

.move {
Expand Down Expand Up @@ -816,8 +816,6 @@ padding-left:2px;
}
}



.navbar li:hover a {
color: brown;
}
Expand All @@ -828,11 +826,11 @@ padding-left:2px;
}

.menu_items .items:hover {
box-shadow: 0 0 20px rgba(138, 37, 37, 0.5);
box-shadow: 0 0 20px rgba(138, 37, 37, 0.5);
}

.social-icons i:hover {
color: brown;
color: brown;
}


Expand Down Expand Up @@ -898,3 +896,4 @@ padding-left:2px;
}
}


0 comments on commit bb73875

Please sign in to comment.