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

frontend/#167-RWD #175

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

frontend/#167-RWD #175

wants to merge 2 commits into from

Conversation

paula0403
Copy link
Collaborator

closes #167

@paula0403 paula0403 self-assigned this Apr 14, 2021
Comment on lines +56 to +96
&__month {
&-view {
&__weekdays {
&__weekday {
font-size: 0.5rem;
}
}
&__days {
&__day {
font-size: 0.5rem;
}
}
}
}
&__year {
&-view {
&__months {
&__month {
font-size: 0.5rem;
}
}
}
}
&__decade {
&-view {
&__years {
&__year {
font-size: 0.5rem;
}
}
}
}
&__century {
&-view {
&__decades {
&__decade {
font-size: 0.5rem;
}
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

This could be an utility class like f-size1/2

Comment on lines +44 to +51
& input {
font-size: 0.7rem;
max-width: 200px;
}
& h5 {
margin-bottom: 20px;
font-size: 16px;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

don't mix rem and px values (if possible). If mb is 20px it equals to 1.25rem etc

Comment on lines +36 to +38
.slick {
&-slider {
height: 40vh;
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is unsafe better make it px/rem based

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.

FRONTEND | Add style for RWD
2 participants