diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-02 17:06:26 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-02 17:06:26 +0530 |
commit | e946f0e51cbe72cec6bdf599c8ee9c1be1f64e0b (patch) | |
tree | 54a2ee83a315a0d933bd303415249a3465ddc5c6 /src/components/Form/Form.scss | |
parent | eedde57b9caff20e1e7d25b43fcb8785e23b3e11 (diff) |
working on the form info like date and stuff
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r-- | src/components/Form/Form.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss index 6a9e747..a850309 100644 --- a/src/components/Form/Form.scss +++ b/src/components/Form/Form.scss @@ -120,6 +120,10 @@ input { .DocumentInfoForm { @include formPane(); + flex-direction: row; + justify-content: space-between; + flex-wrap: wrap; + width: 100%; min-height: 10rem; margin-bottom: 1.5rem; @@ -148,9 +152,6 @@ input { font-size: $fontSize1; }*/ -.MetaInfoForm { - width: 60%; -} @media only screen and (max-device-width: 480px) { .threePaneForm { |