diff --git a/assets/css/beautifuljekyll.css b/assets/css/beautifuljekyll.css index 3980141ef054..e5d8b4ea82b1 100644 --- a/assets/css/beautifuljekyll.css +++ b/assets/css/beautifuljekyll.css @@ -992,6 +992,7 @@ pre { /* Search bar */ #beautifuljekyll-search-overlay { + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; display: none; z-index: 999999; position: fixed; @@ -1003,6 +1004,7 @@ pre { text-align: center; padding: 1rem; } + #nav-search-exit { position: absolute; top: 1.5rem; @@ -1031,6 +1033,7 @@ pre { border: none; padding: 0 3rem; } + @media (max-width: 1199px) { #nav-search-input { width: 75%;