Skip to content

Commit

Permalink
fixed check now button in home page (#493)
Browse files Browse the repository at this point in the history
As discussed under issue #452 , the check now button was overflowing
earlier like this
![Screenshot 2024-07-21
183523](https://github.com/user-attachments/assets/6ece3b38-8c76-4e05-ae4c-8836119373cc)


I made it properly responsive for all device sizes so that it fits
perfectly and no overflow happens


https://github.com/user-attachments/assets/f8f2bc89-420f-40b5-ae72-04677b100e6f
  • Loading branch information
PSS2134 authored Jul 29, 2024
2 parents 003cf1e + 6ede8cf commit 485a59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Style/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
background-color: transparent;
color: white;
outline: thick double blueviolet;
width: max-content;
}
.home1 {
margin-top: 100px;
Expand Down

0 comments on commit 485a59a

Please sign in to comment.