Travelogue
Travelogue copied to clipboard
If border is changed from 10px responsiveness of index page stops working
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
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.