diff options
Diffstat (limited to 'src/components/Main/Main.module.scss')
| -rw-r--r-- | src/components/Main/Main.module.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Main/Main.module.scss b/src/components/Main/Main.module.scss new file mode 100644 index 0000000..7c20020 --- /dev/null +++ b/src/components/Main/Main.module.scss @@ -0,0 +1,3 @@ +.wrapper { + flex: 1; +} |
