From 5bd7bfb4ceaf2a7cb5b58b79a9948f2d7bf137d3 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 31 Aug 2021 07:41:53 -0400 Subject: [PATCH] fix buttons on mobile --- docs/assets/styles/docs.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css index f8b2ba544..f70727992 100644 --- a/docs/assets/styles/docs.css +++ b/docs/assets/styles/docs.css @@ -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;