BulmaTemplates / bulma-templates

free flexbox templates built with the bulma css framework
https://bulmatemplates.github.io/bulma-templates/
MIT License
3.28k stars 1.23k forks source link

Use flex properly, Remove floats. #58

Closed izzygld closed 6 years ago

izzygld commented 6 years ago

Feature Question:

Overview of the problem

This is about the Bulma CSS framework

Description

Use Flex properly, In your template [https://dansup.github.io/bulma-templates/templates/forum.html#] (https://dansup.github.io/bulma-templates/templates/forum.html#) you are using the pull-right class to float right the comment icon. It should really be inside the flex container and added margin-left: auto;.

dansup commented 6 years ago

@izzygld Can you submit a PR with your suggestions? Thanks.

dansup commented 6 years ago

Fixed and merged in #59, thanks again!