Add note on api limits
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user