Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Update getaddresshistory.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gonefishing4422 committed Dec 19, 2023
1 parent 4f38a67 commit 7c6527e
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions getaddresshistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,21 @@
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transform: translate(-80%, -50%);
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}

.spinner-container {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100vh; /* Use the full height of the viewport */
}

.spinner {
position: absolute;
top: 60%;
left: 40%;
transform: translate(-50%, -50%);
border: 4px solid rgba(0, 0, 0, 0.1);
border-top-color: transparent;
border-right-color: #7988a3;
Expand All @@ -44,6 +43,14 @@
}
}

@media (max-width: 768px) {
.spinner {
height: 30px;
width: 30px;
}
}


</style>
<!-- Include Highcharts library -->
<script src="https://code.highcharts.com/highcharts.js"></script>
Expand Down

0 comments on commit 7c6527e

Please sign in to comment.