-
Notifications
You must be signed in to change notification settings - Fork 41
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
Past events details #277
base: main
Are you sure you want to change the base?
Past events details #277
Conversation
…into 263-events-page
.video-section{ | ||
background-color: #fff099; | ||
} | ||
.video-container{ |
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.
With apologies for nit-picking, white space needs empty line between css selectors, and space before the opening brace, so it should be:
}
.video-section {
... but not a reason to hold this PR, just a request to please keep white space tidy in future PRs
@@ -146,3 +147,51 @@ li { | |||
font-family: besley; | |||
color: wheat !important; |
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.
Minor: still 3 !important in this file, as before, they can keep for a future PR
yarn.lock
Outdated
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.
Suggest don't commit yarn changes with this PR, unless they are related
Mobile Version: