Skip to content

Commit

Permalink
OOPS fixed breaking change sry
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkimjunior committed Jul 19, 2024
1 parent 9641a69 commit 037bd54
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/v1/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
display: flex;
}

/* API key button spacing */
/* Heart rate monitor animations */

.heartbeat-button {
position: relative;
Expand All @@ -101,6 +101,19 @@
width: 30%;
}

/* API key button spacing */

.api-key-button {
position: absolute;
background-color: #7046E0;
border: none;
color: white;
padding: 0.3em 0.8em;
font-size: 0.95em;
font-weight: bold;
border-radius: 4px;
}

.api-key-button.pattern2 {
margin-top: 2.5em; /* Set distance from the top of the div */
margin-left: 24.8em;
Expand Down

0 comments on commit 037bd54

Please sign in to comment.