Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant1805 committed Apr 22, 2024
1 parent 825ea37 commit 2122805
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions public/src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ button{
transition:0.5s ease-in-out;
&: hover{
background-color:orange;
background-color:aqua;
}
}
.Header{
Expand Down Expand Up @@ -215,7 +215,6 @@ button{
align-items: center;
position:fixed;
font-weight: bold;
background-color:white;
img{
width:15vw;
height:15vw;
Expand Down
2 changes: 1 addition & 1 deletion public/src/pages/NewIdea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ form {
font-size:2rem;
transition:0.5s ease-in-out;
&: hover{
background-color:orange;
background-color:aqua;
}
@media only screen and (max-width:800px) {
font-size:1rem;
Expand Down
2 changes: 1 addition & 1 deletion public/src/pages/addComment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ form {
font-size:2rem;
transition:0.5s ease-in-out;
&: hover{
background-color:orange;
background-color:aqua;
}
@media only screen and (max-width:800px) {
font-size:2rem;
Expand Down
8 changes: 4 additions & 4 deletions public/src/pages/setPColor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ const SelectContainer = styled.div`
margin:2rem;
display:flex;
flex-direction: row;
gap: 3rem;
gap: 5vw;
}
.Color{
border:.25rem solid gold;
width:7.5vw;
height:7.5vw;
border:.25vw solid gold;
width:9vw;
height:9vw;
border-radius:50%;
&:hover{
border:.25rem solid orange;
Expand Down

0 comments on commit 2122805

Please sign in to comment.