Add note on api limits

This commit is contained in:
hunicus
2022-06-07 22:52:08 -04:00
parent 11bc9aad25
commit 9ca7904b1b
2 changed files with 10 additions and 1 deletions

View File

@@ -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) {