summaryrefslogtreecommitdiff
path: root/src/common/components/ScreenContainer/screen-container.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/components/ScreenContainer/screen-container.module.css')
-rw-r--r--src/common/components/ScreenContainer/screen-container.module.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/components/ScreenContainer/screen-container.module.css b/src/common/components/ScreenContainer/screen-container.module.css
new file mode 100644
index 0000000..0d055d3
--- /dev/null
+++ b/src/common/components/ScreenContainer/screen-container.module.css
@@ -0,0 +1,3 @@
+.screen {
+ @apply container max-w-[480px] h-screen bg-white;
+} \ No newline at end of file