aboutsummaryrefslogtreecommitdiff
path: root/src/components/Views/Home/Home.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Views/Home/Home.css')
-rw-r--r--src/components/Views/Home/Home.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/components/Views/Home/Home.css b/src/components/Views/Home/Home.css
deleted file mode 100644
index 4f5cb8d..0000000
--- a/src/components/Views/Home/Home.css
+++ /dev/null
@@ -1,17 +0,0 @@
-@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
-/* Experimental color scheme */
-.view {
- width: 80%;
- margin: 2rem auto; }
-
-.view {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center; }
-
-.tile {
- width: 5rem;
- height: 5rem;
- border: 1px dashed #000000;
- margin: 1rem; }