Skip to content

Commit

Permalink
feat: style Download PDF button
Browse files Browse the repository at this point in the history
  • Loading branch information
RodinGolodin committed Jun 19, 2024
1 parent 15c4c50 commit 31d3cce
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/pages/basics/white-paper.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
.pdf-container {
position: relative;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

.download-button {
position: absolute;
top: 10px;
right: 10px;
padding: 10px 20px;
top: 5px;
right: 5px;
padding: 5px 10px;
background-color: #2762D8;
color: white;
border: none;
Expand Down

0 comments on commit 31d3cce

Please sign in to comment.