Skip to content

Commit

Permalink
mobile viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 19, 2024
1 parent 0db6164 commit ebcd924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ <h1 class="display-6 fw-bold text-center">Influencer Rankings</h1>
border-color: #6c757d;
--bs-btn-color: #fff;
}
.list-group-item {
background-color: antiquewhite;
}
.btn-outline-secondary {
background-color: white;
}
`;

static isProtected = html`<img src="https://tradeaudit.app/assets/OOjs_UI_icon_lock.svg" width="18" height="18" style="margin-bottom: 4pt" alt="Protected">`;
Expand Down
7 changes: 0 additions & 7 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,4 @@ article.facts section {
padding: 24px 16px 12px 16px;
margin-bottom: 10px;
background-color: lightgrey;
}

.list-group-item {
background-color: antiquewhite;
}
.btn-outline-secondary {
background-color: white;
}

0 comments on commit ebcd924

Please sign in to comment.