Skip to content

Footer copyright info not centered on small screens #34

@johanlantz

Description

@johanlantz

This is a minor, just mentioning it here since I do not know all the places where text-sm-center.

The css:

@media (min-width: 576px)
.text-sm-center {
text-align: center!important;
}

Does not center the copyright text on screens smaller than 576px, I think the intention is that it should be centered?

Reproduce by simply making the screen smaller than 576px and see that the copyright info etc is moved from the center to the left.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions