Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mapadu committed Oct 27, 2023
1 parent 090e9f6 commit 3cd9387
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,17 @@ footer {

}

@media only screen and (max-width: 535px) {

.researchmain {
padding-bottom: 0px;
}

.researchtext {
padding-bottom: 0px;
}
}

@media only screen and (max-width: 425px) {

.researchtext p {
Expand All @@ -617,8 +628,6 @@ footer {
height: 50px;
}



}


Expand Down

0 comments on commit 3cd9387

Please sign in to comment.