BulmaTemplates / bulma-templates

free flexbox templates built with the bulma css framework

Home Page:https://bulmatemplates.github.io/bulma-templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use flex properly, Remove floats.

izzygld opened this issue · comments

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

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

Fixed and merged in #59, thanks again!