EclipseFdn / solstice-assets

Assets for the Eclipse Foundation look and feel called Solstice.
https://eclipsefdn-solstice-assets.netlify.app/
Eclipse Public License 2.0
1 stars 13 forks source link

No spacing on mobile view for many places using list-inline a #199

Closed flora8984461 closed 3 years ago

flora8984461 commented 3 years ago

🤔 Probably we can add a

  @media (max-width: @screen-xs-max) {
    .list-inline {
      a {
        margin-bottom: 5px;
      }
    }
  }

Not sure will influence some places, need to go through more...

image

image