mirror of
https://github.com/mempool/mempool.git
synced 2026-08-17 13:07:07 +02:00
Add note on api limits
This commit is contained in:
parent
056a9980d6
commit
ca3ca4557e
2 changed files with 10 additions and 1 deletions
|
|
@ -199,6 +199,10 @@ h3 {
|
|||
|
||||
@media (max-width: 992px) {
|
||||
|
||||
h3 {
|
||||
margin: 1.5rem 0 0 0;
|
||||
}
|
||||
|
||||
.hide-on-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -237,6 +241,10 @@ h3 {
|
|||
opacity: 0;
|
||||
transition: 0.5s opacity ease;
|
||||
}
|
||||
|
||||
.api-note {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue