-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
The Met lending was created #1530
base: master
Are you sure you want to change the base?
Conversation
IrynaK-a
commented
Sep 22, 2022
•
edited
Loading
edited
- DEMO LINK
src/index.html
Outdated
> | ||
<img | ||
src="./images/photos/3.png" | ||
alt="First exhibition" |
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.
second
src/styles/utils/_mixins.scss
Outdated
transition: #{$_property} 0.3s; | ||
&:hover { | ||
#{$_property}: $_toValue; | ||
// @mixin hover($_property, $_toValue) { |
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.
do you need this?
src/styles/blocks/grid.scss
Outdated
@for $end from $start through 12 { | ||
@include on-tablet { | ||
&--tablet-#{$start}-#{$end} { | ||
grid-column: #{$start} / #{$end + 1}; |
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.
move this into mixin
Let's make the form more live:
|
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.
You did an amazing job 🔥
I've left only one comment, check it, please
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.
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.
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.
- remove scroll to the top of the page, after form submit
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.