Skip to content
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

fix: identation and delete comments #10

Merged
merged 1 commit into from Sep 19, 2019

Conversation

meranicosme
Copy link
Owner

✍️ Description

Fixed all indentation issues across all files.
Deleted all extra comments.
Let me know if you have any questions or comments.

Here is my Invision link for the site design.

@@ -1,8 +1,7 @@
$c-dark-brown: #483700;
$c-pale: #F9EFDC;
$primary-font: "AvenirNext", "Avenir Next", sans-serif;
$c-orange: #F26531;
//
$c-orange: #F26531; //
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets delete the comment lines here! :)

@@ -11,8 +10,7 @@ $font-size-sm: 1.125rem;
$font-size-md: 1.5rem;
$font-size-lg: 2rem;
$font-size-xl: 3.625rem;
$font-size-xxl: 4.5rem;
//
$font-size-xxl: 4.5rem; //
Copy link
Collaborator

Choose a reason for hiding this comment

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

here too!

@@ -79,6 +77,7 @@ $weight-xbold: 900;
grid-template-columns: repeat(auto-fit, 15rem);
grid-gap: 1.3rem;
justify-content: space-around;

@media (min-width: 960px) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure what you breaking point variables look like or if this fits into any that's already created because it's being used in multiple spots. but this doesn't have to be changed here since this is a fix card. Maybe we can keep it in mind for later.

Copy link
Collaborator

@colbyallenc colbyallenc left a comment

Choose a reason for hiding this comment

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

Looks good to merge! I left a comment for you to take a peek at.

@meranicosme meranicosme force-pushed the ame--fix-indentation-delete-comments branch from 4acb3b4 to f7ff786 Compare September 19, 2019 18:55
@colbyallenc colbyallenc merged commit f7ff786 into master Sep 19, 2019
@colbyallenc colbyallenc deleted the ame--fix-indentation-delete-comments branch September 19, 2019 18:58
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.

None yet

2 participants