summaryrefslogtreecommitdiff
path: root/src/components/Form.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Form.css')
-rw-r--r--src/components/Form.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Form.css b/src/components/Form.css
new file mode 100644
index 0000000..f47b737
--- /dev/null
+++ b/src/components/Form.css
@@ -0,0 +1,8 @@
+@scope (.__Form) {
+ :scope {
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ max-width: 26rem;
+ }
+} \ No newline at end of file