From c558da5bebfebf239dde867f36cc35d56849accf Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 25 Feb 2023 23:29:59 +0000 Subject: Add fancy web docs (#725) * Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images --- docs/src/components/HomepageFeatures/styles.module.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/src/components/HomepageFeatures/styles.module.css (limited to 'docs/src/components/HomepageFeatures/styles.module.css') diff --git a/docs/src/components/HomepageFeatures/styles.module.css b/docs/src/components/HomepageFeatures/styles.module.css new file mode 100644 index 00000000..7527f330 --- /dev/null +++ b/docs/src/components/HomepageFeatures/styles.module.css @@ -0,0 +1,17 @@ +.features { + display: flex; + align-items: center; + padding: 2rem 0; + width: 100%; +} + +.featureSvg { + height: 200px; + width: 200px; +} + +.whatisfeature { + background-color: var(--ifm-hero-background-color); + padding: 2rem; +} + -- cgit v1.3.1