Skip to content

Commit

Permalink
Update manual title @media print
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 17, 2023
1 parent 212e488 commit 64d0faf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/ManualPage/ManualPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
margin-top: 20px;
}

@media print {
.manualName {
margin-left: 0;
}
}

@media screen and (min-width: 991px) {
.templateColumn {
margin-bottom: 0;
Expand Down
11 changes: 11 additions & 0 deletions components/ManualTitle/ManualTitle.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@
text-underline-offset: 5.5px;
text-decoration-thickness: 2px;
}

@media print {
.ManualTitle__mainpage {
display: none;
}

.ManualTitle__caption {
font-size: 40px;
color: inherit;
}
}

1 comment on commit 64d0faf

@ekbdev
Copy link

@ekbdev ekbdev commented on 64d0faf Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for guides ready!

✅ Preview
https://guides-p9zxwzlm9-ekbdev.vercel.app
https://eguides-update-print-styles.vercel.app

Built with commit 64d0faf.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.