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

Update skeleton.css #384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update skeleton.css #384

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 6, 2019

Hi, how are you?

Description
I had a problem and I solved it. I hope it's added.

Summary

  1. Change .six.columns { width: 48%; } to .six.columns { width: 48%; margin-left: calc(50% - 24%); }
    Note: If you want center, middle, vertical-align:middle.

2- Or change .six.columns { width: 48%; } to .six.columns { width: 48%; /* width: 100%; */ }
Note: If you want center, middle, vertical-align:middle.

Answer in :
https://stackoverflow.com/questions/55544528/how-to-center-align-vertically-to-center-and-middle-with-skeleton-css-boilerpla


1.  Change .six.columns { width: 48%;  } to .six.columns { width: 48%; margin-left: calc(50% - 24%); } 
Note:  If you want center, middle, vertical-align:middle.

 Answer in : https://stackoverflow.com/questions/55544528/how-to-center-align-vertically-to-center-and-middle-with-skeleton-css-boilerpla
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.

None yet

0 participants