Skip to content

Workshop CSS #3

@remy

Description

@remy

I've re-ordered the content a little and added headings to the content. I'm also getting edited copy from Rachel on her topics for the day, so they're shorter in length (akin to the items that are in my workshop).

CSS that's needed is:

@ > 425
ul.workshop-list {
  overflow: hidden;

  li {
    float: left;
    display: block;
    width: 45%;
    margin-right: 5%;
  }
}

@ all viewports
.workshop-full h2 {
  font-size: 4vh;
  margin: 6vh 0 0vh 0;
}

Hopefully that makes sense.

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