diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-14 20:29:54 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-14 20:29:54 +0530 |
commit | ee824f566add80998e2530f7bec54ff4d7a1471d (patch) | |
tree | 4b7d1da5908baf8e5e0ef6b67ecdca3f09296a86 /src/components/Views/Home.scss | |
parent | 4c92b12bcb886507d5db738a27bd08e7654f8bfa (diff) |
Played around with forms
Diffstat (limited to 'src/components/Views/Home.scss')
-rw-r--r-- | src/components/Views/Home.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/Views/Home.scss b/src/components/Views/Home.scss deleted file mode 100644 index cd07dd5..0000000 --- a/src/components/Views/Home.scss +++ /dev/null @@ -1,9 +0,0 @@ -@import "../../../styles/theme"; -@import "../../../styles/view"; - -.view { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: center;; -} |