summaryrefslogtreecommitdiff
path: root/site/src/pages/index.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/pages/index.module.css')
-rw-r--r--site/src/pages/index.module.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/site/src/pages/index.module.css b/site/src/pages/index.module.css
new file mode 100644
index 00000000..3838b4f5
--- /dev/null
+++ b/site/src/pages/index.module.css
@@ -0,0 +1,22 @@
+.heroBanner {
+ padding: 4rem 0;
+ text-align: center;
+ position: relative;
+ overflow: hidden;
+}
+
+@media screen and (max-width: 996px) {
+ .heroBanner {
+ padding: 2rem;
+ }
+}
+
+.logo {
+ margin: 0 0 var(--ifm-paragraph-margin-bottom);
+}
+
+.buttons {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}