Skip to content

Commit

Permalink
fix: page break breaks the print
Browse files Browse the repository at this point in the history
  • Loading branch information
y-nk committed Jun 14, 2023
1 parent 390edc6 commit a1bb100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Experience.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const [city] = location.split(',')
border-bottom: 1px solid var(--border);
cursor: pointer;
color: var(--primary);
page-break-after: always;
}

.experience:before {
Expand Down
1 change: 0 additions & 1 deletion src/components/Section.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const { title, class: className } = Astro.props
<style>
section {
position: relative;
page-break-after: always;
}

section h2 {
Expand Down

0 comments on commit a1bb100

Please sign in to comment.