Skip to content

fix: Responsive books on /aprende #62

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

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Conversation

Brayan-724
Copy link
Member

This PR fixes non-responsive book cards on /aprende. Also improve code style.

Before:
image

After:
image

Copy link
Member

Choose a reason for hiding this comment

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

Did you check that this does not break the style in other sites where it is used?

@SergioRibera SergioRibera merged commit ea55778 into RustLangES:main Apr 29, 2024
2 of 3 checks passed
@@ -150,9 +104,62 @@ pub fn Books() -> impl IntoView {
"Estos son algunos otros libros que nos interesa compartir."
</p>
</div>
<div class="flex flex-row flex-wrap w-full gap-y-6 justify-center items-center container mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 w-full gap-y-6 container mx-auto">
Copy link
Member

Choose a reason for hiding this comment

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

No me convence mucho que esto sea grid, solo por un tema que prefiero que este centrado. No estoy seguro si se podria centrar usando grid.

Copy link
Member

Choose a reason for hiding this comment

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

Hay que obtener una preview de esta PR para ver si no afecta a otras paginas igualmente

@SergioRibera SergioRibera added good first issue Good for newcomers enhancement New feature or request labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants