summaryrefslogtreecommitdiff
path: root/examples/snowpack/astro/components/PluginSearchPage.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/snowpack/astro/components/PluginSearchPage.module.css')
-rw-r--r--examples/snowpack/astro/components/PluginSearchPage.module.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/snowpack/astro/components/PluginSearchPage.module.css b/examples/snowpack/astro/components/PluginSearchPage.module.css
index a36eb8ab7..d67dfd72d 100644
--- a/examples/snowpack/astro/components/PluginSearchPage.module.css
+++ b/examples/snowpack/astro/components/PluginSearchPage.module.css
@@ -4,6 +4,16 @@
padding: 0.5rem 0.5rem 0.5rem 48px;
flex-direction: column;
position: relative;
+ display: flex;
+ grid-column: span 1;
+ overflow: hidden;
+ font-family: Open Sans, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
+ Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Segoe UI, Roboto,
+ sans-serif;
+ color: #1a202c;
+ -webkit-font-smoothing: antialiased;
+ box-sizing: border-box;
+ border: 1px solid #e2e8f0;
}
.Card:nth-child(3n + 2) .Icon__Plugin {