fix buttons on mobile

pull/526/head
Cory LaViska 2021-08-31 07:41:53 -04:00
rodzic e4413dceee
commit 5bd7bfb4ce
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -607,6 +607,13 @@ strong {
color: rgb(var(--sl-color-sky-600));
}
@media screen and (max-width: 400px) {
.repo-button {
width: 100%;
margin-bottom: 1rem;
}
}
body[data-page^='/tokens/'] .table-wrapper td:first-child,
body[data-page^='/tokens/'] .table-wrapper td:first-child code {
white-space: nowrap;