-
Notifications
You must be signed in to change notification settings - Fork 230
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
Responsive Issue #122
Comments
Someone have made it responsive? |
Here is some CSS I came up with to make it responsive. It isn't perfect but it works pretty good. /* Make Skeuocard responsive */ @media only screen and (max-width: 430px) { @media only screen and (max-width: 410px) { @media only screen and (max-width: 400px) {
} @media only screen and (max-width: 390px) {
} @media only screen and (max-width: 360px) {
} @media only screen and (max-width: 340px) {
} @media only screen and (max-width: 310px) {
} @media only screen and (max-width: 300px) {
} @media only screen and (max-width: 260px) {
} |
Cards with logos can be done be creating a card front for each card without the logo (using photo editing software) saving it as a different name (ex visa-front-small.png), and saving the logo as another file (ex visa-logo.png) Then using css similiar to below: @media only screen and (max-width: 390px) {
} |
Thanks for good great awesome plugins. I have issue with responsive design. I hope you are check this issue.
Thanks Again & Again.
The text was updated successfully, but these errors were encountered: