Skip to content

Commit

Permalink
Merge pull request #62 from mohtasheem135/resp
Browse files Browse the repository at this point in the history
Fixed footer for mobile view
  • Loading branch information
Virtual4087 authored Oct 22, 2023
2 parents 80272b7 + 931f019 commit 6577767
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
47 changes: 46 additions & 1 deletion assets/css/responsiveness.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,32 @@
.upper_part {
padding-bottom: 12px;
}



.social_medias{
padding-top: 20px;
gap: 20px;
}

.imgWrapper{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.imgWrapper i {
margin-right: 0px;
}
}

@media only screen and (min-width: 400px) and (max-width: 440px) {
.socialmediaName{
font-size: 10px;
}
.social_medias{
gap: 20px;
}
}

@media only screen and (min-width: 300px) and (max-width: 399px) {
Expand Down Expand Up @@ -176,7 +202,6 @@
font-family: "Poppins", sans-serif;
width: 100%;
padding: 0.5rem 2rem;

display: flex;
flex-direction: column;
justify-content: space-between;
Expand All @@ -190,6 +215,25 @@
/* gap: 3rem; */
width: 100%;
}

.socialmediaName{
font-size: 10px;
}

.social_medias{
padding-top: 20px;
gap: 15px;
}

.imgWrapper{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.imgWrapper i {
margin-right: 0px;
}
}

@media only screen and (min-width: 250px) and (max-width: 299px) {
Expand Down Expand Up @@ -256,6 +300,7 @@
/* gap: 3rem; */
width: 100%;
}

}

.MenuBar {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ nav .nav_buttons {
}

.footer-line {
width: 90%;
width: 100%;
height: 1px;
background-color: grey;
text-align: center;
Expand Down

0 comments on commit 6577767

Please sign in to comment.