diff --git a/docs/css/custom.css b/docs/css/custom.css index 86e7df1..fad45ef 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -40,7 +40,7 @@ display: inline-flex; align-items: center; gap: 0.2rem; - padding: 0.2rem 0.3rem; + padding: 0.25rem 0.5rem; border-radius: 3px; border: 1px solid #f26522; background-color: #f26522; @@ -49,7 +49,10 @@ font-weight: 600; text-decoration: none !important; line-height: 1.4; - transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; + transition: + background-color 0.2s ease, + border-color 0.2s ease, + color 0.2s ease; margin-left: auto; } diff --git a/static/css/custom.css b/static/css/custom.css index 86e7df1..fad45ef 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -40,7 +40,7 @@ display: inline-flex; align-items: center; gap: 0.2rem; - padding: 0.2rem 0.3rem; + padding: 0.25rem 0.5rem; border-radius: 3px; border: 1px solid #f26522; background-color: #f26522; @@ -49,7 +49,10 @@ font-weight: 600; text-decoration: none !important; line-height: 1.4; - transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; + transition: + background-color 0.2s ease, + border-color 0.2s ease, + color 0.2s ease; margin-left: auto; }