Skip to content

Responsive Lists ✭ That Wrap Like A Glove #89

Description

@grayghostvisuals

Check this codepen from @TrentWalton
http://codepen.io/TrentWalton/pen/skBnz

Basically the lists are being used like this...

ul li a {
    line-height: 2; // not a good approach
}

ul li a {
   line-height: 1.25; // a better approach
   padding: 0.375em 0; // padding used is the remaining amount from the computed line height / 2
}

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