-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Fix: Align buttons better #135
Comments
This can be easily fixed using |
Don't use center tags, they are deprecated. |
I have also been able to achieve the same using CSS flex-box. |
Yeah, I was going suggest FlexBox :D
…On 24-Dec-2017 10:17 PM, "k-cap" ***@***.***> wrote:
I have also been able to achieve the same using CSS flex-box.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATbgicD-rp6EAyarqbzCBuURdiO9ghK4ks5tDoA2gaJpZM4Q0Sr_>
.
|
@llaske What do you think? |
Why not. Do a try and send a PR. |
If this is still open and no one is working on it, I'd like to take this up. 😄 |
I am not working on this right now, so if @sanatankc is not doing this, then I guess you can try this. |
Template for tutorial is located here https://github.com/llaske/sugarizer/blob/dev/lib/tutorial.js#L19 |
Fixed in mchlp@4a7937f |
This is how (prev | next | end) buttons looks like now, which is not ideal in any way. Doesn't looks good by any UX perspective.
It would look better if it looked something like this.
The text was updated successfully, but these errors were encountered: