Skip to content

Conversation

@monty2464
Copy link
Collaborator

Most up to date code with updated events, brochure, added sponsor video button, updated sponsors and fixed events looking weird on the phone.

Comment on lines 17 to 19
// grid-template-rows:
// calc(var(--vh) * .2) /* Intro heading */
// max(calc(var(--vh) * .15), 100px); /* Contact info */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why comment out instead of just deleting?

Suggested change
// grid-template-rows:
// calc(var(--vh) * .2) /* Intro heading */
// max(calc(var(--vh) * .15), 100px); /* Contact info */

.dropdown-menu {
position: absolute;
background-color: ${COLORS.PRIMARY} !important;
background-color: ${props => props.transparency ? 'transparent' : `${COLORS.PRIMARY}`} !important; //fix background later
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
background-color: ${props => props.transparency ? 'transparent' : `${COLORS.PRIMARY}`} !important; //fix background later
background-color: ${props => props.transparency ? 'transparent' : `${COLORS.PRIMARY}`} !important; // TODO: fix background later

I like to add stuff like this as TODO comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants