-
Notifications
You must be signed in to change notification settings - Fork 102
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
Added padding to the video image #237
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: sonalgaud12 <[email protected]>
✅ Deploy Preview for meshery-play ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
95e4569
to
161ac5a
Compare
site/src/App.style.js
Outdated
@@ -213,7 +213,10 @@ export const Main = styled.main` | |||
section.video { | |||
margin: 4rem auto; | |||
display: flex; | |||
-webkit-box-pack: center; |
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.
-webkit-box-pack: center; | |
This is not needed remove this else everything looks good.
Signed-off-by: sonalgaud12 <[email protected]>
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.
LGTM!Approved.Thanks @sonalgaud12
@leecalcote Requesting your review |
Notes for Reviewers
This PR fixes #233
Signed commits