diff --git a/style.css b/style.css index 3ef40a9..066c58d 100644 --- a/style.css +++ b/style.css @@ -526,4 +526,12 @@ input[type="text"]:focus-visible { .desktop { display: none; } + + details.root > summary { + font-size: 1rem; + } + + .root .search { + width: 38%; + } } \ No newline at end of file