Skip to content

Commit

Permalink
🎨 STYLE - Download buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonboyy committed Sep 15, 2024
1 parent 10d2954 commit 0bb1e88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,20 @@ button {
cursor: pointer;
height: 50px;
}

#downloadPDFButton {
border-right: 1px solid black;
width: calc(50vw + 1px);
}

#downloadCOVERButton {
position: absolute;
bottom: 0;
width: 100vw;
grid-column: 1 / 3;
background-color: white;
border-top: 1px solid black;
}

.download-button {
height: max-content;
Expand Down

0 comments on commit 0bb1e88

Please sign in to comment.