We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently when doing the raffle on-screen we use the browser zoom to reduce the size of the icons and fit everything on the page.
It would be ideal if the CSS would adjust everything according to the screen size: thumb size, logo size and winner image/text size.
The text was updated successfully, but these errors were encountered:
This is what the pages look like when properly zoomed out.
Sorry, something went wrong.
This got me the same outcome on page 1. Sorry it's not in SCSS, don't have the time to play :)
.checkins { width: 70%; margin: 0 auto; } .checkins .checkin { width: 8%; height: 60px; margin: 0 0.5em 1em 0; }
No branches or pull requests
Currently when doing the raffle on-screen we use the browser zoom to reduce the size of the icons and fit everything on the page.
It would be ideal if the CSS would adjust everything according to the screen size: thumb size, logo size and winner image/text size.
The text was updated successfully, but these errors were encountered: