html

body
  .wrapper
    .tag-list
      width: 100%
      display: flex
      justify-content: flex-start
      margin-bottom: $section-margin - 40px
      flex-wrap: wrap
      li
        margin-right: 10px
        margin-bottom: 40px
        &:last-of-type
          margin-right: 0
        a
          &.selected
            background-color: $blue
            color: $white
            border-color: $blue