adobe / adobe/design-website

Print Style Sheet

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
2 enhancement
Dominant language
CSS
Stars
9
Forks
13
PR merge metrics
No merged PRs in 30d

Description

We need to account for what happens when a user tries to print a page from the website.

We can lean on print media queries for this.

```css
@media print {
/* print-specific styles here */
}
```

Contributor guide

Open the contributing guide

Research direction

Locate the website's CSS stylesheet and review how its pages render when printed. Use the issue's @media print example as the starting point; done means the website has print-specific styling that accounts for printing pages.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.