Skip to content

Automatic space between inlined optional-line #15

@ehanahamed

Description

@ehanahamed
.optional-line::after {
  content: " ";
  display: none;
}

@media only screen and (max-width: 800px) {
  .optional-line::after {
    display: inline;
    content: " ";
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions