Skip to content

Keep prev/next links side by side on all screen widths #5208

@Almaz

Description

@Almaz

In VPDocFooter.vue, the .prev-next links stack vertically on narrower screens,
which looks unnecessarily bulky.

Suggestion: remove the media query so the two-column layout applies at all widths:

.prev-next {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions