bocoup / web-platform-contribution-guide

Source code for the Web Platform Contribution Guide, a guidebook to becoming a web platform contributor.
https://wpc.guide
13 stars 1 forks source link

Lists missing left margin in narrower screen media #111

Open rwaldron opened 4 years ago

rwaldron commented 4 years ago

image

@media screen and (max-width: 870px)
ul {
    margin-left: 0;
}
zcorpan commented 4 years ago

This seems like an intentional choice of alabaster.css, but I'm not sure I like it either. @isaacdurazo wdyt?

isaacdurazo commented 4 years ago

This definitely looks bad. I'll get it fixed