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

CSS Tweaks #19

Open
rdohms opened this issue Feb 14, 2015 · 2 comments
Open

CSS Tweaks #19

rdohms opened this issue Feb 14, 2015 · 2 comments

Comments

@rdohms
Copy link
Member

rdohms commented Feb 14, 2015

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.

@rdohms
Copy link
Member Author

rdohms commented Feb 14, 2015

This is what the pages look like when properly zoomed out.
screen shot 2015-02-14 at 12 23 29
screen shot 2015-02-14 at 12 23 50

@shaggy8871
Copy link

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants