-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring the 404 page #674
base: main
Are you sure you want to change the base?
Conversation
β Deploy Preview for codeincommunity ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
It's not responsive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Can we get the issue number please ?
|
Can you please provide the
|
@iamtamal I have resolved all the conflicts and provided the issue number in the PR. |
The thing is you have not even made an issue. |
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); | ||
height: 400px; | ||
background-position: center; | ||
body{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Donot make changes to body, make changes only to classnames. or id
border:2px solid rgb(247,184,1); | ||
} | ||
@media only screen and (max-width:700px){ | ||
body{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Donot make changes to body , as this might affect other pages later on !
π¨βπ» Changes proposed
βοΈ Check List (Check all the applicable boxes)
π Note to reviewers
π· Screenshots
closes #656