-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Landing page B&O #2027
base: main
Are you sure you want to change the base?
Landing page B&O #2027
Conversation
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.
Very good job! 👍
Your project is well structured - that is very important
} | ||
} | ||
|
||
.category { |
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.
I would put this to a separate file
&-input, &-textarea { | ||
font-family: Manrope, serif; | ||
box-sizing: border-box; | ||
background-color: #F9F9F9; |
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.
Probably this color also should go to variables
} | ||
} | ||
|
||
.information__block { |
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.
Maybe that should be a block?
In any case, avoid such naming - the name suggests it is a block, but from the BEM point it is and element
@@ -0,0 +1,31 @@ | |||
.page { | |||
font-family: Manrope, serif; |
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.
it is best to set global font-family on html
level
DEMO LINK