Skip to content

Commit

Permalink
Merge pull request #612 from VijaySamant4368/pages
Browse files Browse the repository at this point in the history
Corrected multiple pages
  • Loading branch information
sk66641 authored Aug 9, 2024
2 parents 52b203c + c62b1d2 commit ae8db3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
33 changes: 2 additions & 31 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ body {
}

.box{
padding: 30px;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 50px;
background-image: none;
}
Expand All @@ -119,30 +116,8 @@ strong{
height: 50px;
color: inherit;
}
@media only screen and (max-width:950px){
body{
padding-top: 200px;
}
}
@media only screen and (max-width:875px){
body{
padding-top: 225px;
}
}
@media only screen and (max-width:675px){
body{
padding-top: 300px;
}
}
@media only screen and (max-width:525px){
body{
padding-top: 400px;
}
}

@media only screen and (max-width:445px){
body{
padding-top: 430px;
}
#box{
padding: 30px 25px;
}
Expand All @@ -152,11 +127,7 @@ strong{
width: 75vw;
}
}
@media only screen and (max-width:390px){
body{
padding-top: 500px;
}
}

@media only screen and (max-width:350px){
body{
padding-top: 0px;
Expand Down
3 changes: 0 additions & 3 deletions css/features.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ body {
}

.box {
padding: 30px;
padding-left: 50px;
padding-right: 50px;
margin-bottom: 50px;
background-image: none;
}
Expand Down
1 change: 0 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,6 @@ button:hover {
display: flex;
flex-direction: column;
gap: 10px;
width: auto;
margin: 20px;
margin-top: 50px;
}
Expand Down

0 comments on commit ae8db3e

Please sign in to comment.