Skip to content

If border is changed from 10px responsiveness of index page stops working #10

Description

@victorbjorklund

Thanks for a great theme!

I was trying to customize the theme to remove the boarders between the posts in the post listing at the index page.

Changing _layout.scss:

.post-list {
    > li {
        border: 10px solid transparent;

To this

.post-list {
    > li {
        border: 0px solid transparent;

But then it seems the resonsive function broke down and if you shrink the screen to mobile size it doesn't stack the post on top of each other like it normally does instead it just tries to make the posts much smaller which mean you can't see anything.

What it looks like
What it looks like

The issue remains when you use a border of less then 10px but not if you use 10px

I'm sure there is a simple solution that I missed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions