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 image issue and footer issue #2040

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

insectengine
Copy link
Collaborator

  1. Make homepage image repeatable horizontally and changed css to address large screen issues ( replaces fix: set homepage background size to 100% #2037)

  2. fix coloring issue of icons in Red Hat footer (no visible in light mode).

Copy link

github-actions bot commented Jul 9, 2024

🙈 The PR is closed and the preview is expired.

@maxandersen maxandersen merged commit 2f5fe09 into quarkusio:main Jul 9, 2024
1 check passed
@@ -5,7 +5,8 @@
.homepage {

background-image: url($baseurl + '/assets/images/bg-home-primary.png');
background-repeat: no-repeat;
background-repeat: repeat-x;
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't round be better? Do you fear distortion?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure how Round would be a better solution. We have no need to repeat the image vertically and I've made the image seamlessly repeat on the X axis (while also making is smaller). This solves the issue for large screens and doesn't negatively impact mobile screens.

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