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

Homepage: responsive maken #301

Open
Annevd opened this issue Jan 6, 2025 · 4 comments
Open

Homepage: responsive maken #301

Annevd opened this issue Jan 6, 2025 · 4 comments
Assignees

Comments

@Annevd
Copy link

Annevd commented Jan 6, 2025

No description provided.

@Annevd Annevd moved this to ToDo in Bieb in bloei 🪴 Jan 6, 2025
@Annevd Annevd self-assigned this Jan 14, 2025
@Annevd
Copy link
Author

Annevd commented Jan 14, 2025

Responsive fix 1

Een van de problemen op de site is de tekst over Buurtcampus Oost die zich op de homepage onder de cards bevindt. Ik ben a.d.h.v. de inspector door alle html en css heen gegaan en heb ondervonden dat dat komt door een height: 70vh; die op de section van de Buurtcampus tekst staat. Door deze weg te halen wordt dat probleem opgelost.

Before / After

@Nazneen05x Nazneen05x self-assigned this Jan 14, 2025
@Annevd
Copy link
Author

Annevd commented Jan 14, 2025

Responsive fix 2

Na het oplossen van bug 1, liep ik tegen een nieuw probleem aan. Er is nu een enorme witruimte onder de tekst gekomen. Dit komt door de margin-bottom: 14em; die op de laatste p in het article staat. Om dit te fixen kun je dus gewoon de margin verminderen.

Before / After

@Nazneen05x
Copy link
Collaborator

Nazneen05x commented Jan 14, 2025

Device test (mobile): Huawei

Cards

  • h2 fixen

Partners

  • witruimte fixen

@Annevd
Copy link
Author

Annevd commented Jan 14, 2025

Responsive fix 3

Ook hier valt de partners kop buiten de section. Dit komt ook hier door de vaste waarde van height: 70vh. De oplossing is hier ook om de height weg te halen.

Before / After

Sections zijn dan misschien niet allemaal even hoog meer, maar op mobiel is het belangrijker dat het responsive is en dat je de tekst kan lezen!

Dit probleem zit ook in de footer!!! (zie #218 testresultaten)

@Annevd Annevd moved this from ToDo to In Progress in Bieb in bloei 🪴 Jan 14, 2025
@Lmikkers Lmikkers mentioned this issue Jan 15, 2025
8 tasks
Annevd added a commit that referenced this issue Jan 16, 2025
Using custom properties. Also made sure to use min-height instead of height, so that text wont be cut off on different screen sizes.
Annevd added a commit that referenced this issue Jan 16, 2025
@Annevd Annevd mentioned this issue Jan 16, 2025
9 tasks
Annevd added a commit that referenced this issue Jan 16, 2025
Same clamp @Lmikkers and @rutgerkock used for the h2's of the slide cards for consistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants