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

Add media query & debug on homepage #184

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Add media query & debug on homepage #184

merged 2 commits into from
Apr 17, 2024

Conversation

cherami-tech
Copy link
Contributor

No description provided.

apps/front/src/styles/_ratio.scss Outdated Show resolved Hide resolved
apps/front/src/styles/_ratio.scss Outdated Show resolved Hide resolved
@cherami-tech
Copy link
Contributor Author

Adding desktop, mobile-landscape & desktop-portrait media queries as mixins.
Use :

@include desktop {
    flex-flow: row nowrap;
}

@include mobile-landscape {
    flex-flow: column nowrap;
}

@cherami-tech cherami-tech merged commit 1bf9cb8 into main Apr 17, 2024
1 check passed
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