summaryrefslogtreecommitdiff
path: root/examples/snowpack/astro/components/PluginSearchPage.module.css
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-03-25 18:23:45 -0600
committerGravatar GitHub <noreply@github.com> 2021-03-25 18:23:45 -0600
commit11637df5791863cde061c52d5c2dc1654cc3f30f (patch)
tree8abbf306f8b622b6226ffb6cefa0c67053f15195 /examples/snowpack/astro/components/PluginSearchPage.module.css
parent04a443a8887257e86d824bb22686a527f84c0875 (diff)
downloadastro-11637df5791863cde061c52d5c2dc1654cc3f30f.tar.gz
astro-11637df5791863cde061c52d5c2dc1654cc3f30f.tar.zst
astro-11637df5791863cde061c52d5c2dc1654cc3f30f.zip
Improve styles (#30)
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 {