Skip to content

Commit ee3970f

Browse files
committed
improve phone screen logo size
1 parent 767e360 commit ee3970f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/css/docsearch.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ html[data-theme="dark"] .DocSearch .DocSearch-Modal {
5151
.DocSearch .DocSearch-Button {
5252
@apply h-8 transition-colors md:h-10;
5353

54-
min-width: var(--ds-space-5);
5554
border-radius: 6px;
5655
border: 1px solid var(--ds-neutral-outlined-border);
5756
margin: 0;

src/partials/navbar.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
{{#unless (eq page.layout 'home')}}
44
<label
55
for="nav-drawer-input"
6-
class="btn btn-neutral btn-plain btn-icon drawer-button lg:hidden"
6+
class="btn btn-neutral btn-plain btn-icon drawer-button w-6 h-6 sm:h-10 sm:w-10 lg:hidden"
77
>
88
<i class="icon material-icons">menu_open</i>
99
</label>
1010
{{/unless}}
11-
<a href="{{#> logo-url}}{{{or site.url siteRootPath}}}{{/logo-url}}">
11+
<a href="{{#> logo-url}}{{{or site.url siteRootPath}}}{{/logo-url}}" class="[&>svg]:w-[110px] sm:[&>svg]:w-[140px] md:[&>svg]:w-[172px]">
1212
{{> logo}}
1313
</a>
1414
<div class="DocSearch ml-auto md:mr-auto" id="docsearch"></div>

0 commit comments

Comments
 (0)