Skip to content

Commit

Permalink
Merge pull request #908 from Deekshashakyawal/main
Browse files Browse the repository at this point in the history
Made Book Management Page responsive #777
  • Loading branch information
huamanraj authored May 26, 2024
2 parents 6787497 + ae57b62 commit 739fc88
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion assets/css/addremove.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ body {
border-radius: 5px;
box-shadow: 0 0 10px var(--chinese-violet_30);
width: 300px;
padding-bottom: 30px;
margin-bottom: 20px;
text-align: center;
}

Expand Down Expand Up @@ -148,4 +150,16 @@ button:hover {
cursor: pointer;
height: 20px;
width: 25px;
}
}
@media only screen and (max-width: 786px) {
#container{
height:465px;
}
}
@media only screen and (max-width: 375px) {
#container{
width: 250px;
height:480px;
padding-bottom: 30px;
}
}

0 comments on commit 739fc88

Please sign in to comment.