diff --git a/src/components/Dashboard/style.module.css b/src/components/Dashboard/style.module.css
index 9d9f25d..4a312cc 100644
--- a/src/components/Dashboard/style.module.css
+++ b/src/components/Dashboard/style.module.css
@@ -29,43 +29,12 @@
justify-content: flex-start;
}
-.card {
- flex-direction: column;
- justify-content: flex-start;
- background-color: #c0c0c0;
- border-top: 2px solid white;
- border-left: 2px solid white;
- border-bottom: 2px solid #828282;
- border-right: 2px solid #828282;
-}
-
-.cardContent {
- padding: 1px 100px 30px 100px;
-}
-
-.cardHeader {
- height: 30px;
- color: white;
- background-color: #000082;
- text-align: left;
- padding-left: 5px;
- font-weight: bold;
-}
-
-.cardHeaderInactive {
- height: 30px;
- color: #c0c0c0;
- background-color: #808080;
- text-align: left;
- padding-left: 5px;
- font-weight: bold;
-}
-
-.clock {
+.small {
width: 45%;
}
.terminal {
+ margin: 2px;
}
.footer {
diff --git a/src/components/Flatastic/Flatastic.tsx b/src/components/Flatastic/Flatastic.tsx
index c31af82..c423183 100644
--- a/src/components/Flatastic/Flatastic.tsx
+++ b/src/components/Flatastic/Flatastic.tsx
@@ -25,7 +25,7 @@ export default function Flatastic() {
}, [fetchChores]);
return (
-
+
Chores
{chores.map((chore: FlatasticChore) => (
diff --git a/src/components/Flatastic/style.module.css b/src/components/Flatastic/style.module.css
index 3c72ab0..fbbd3c0 100644
--- a/src/components/Flatastic/style.module.css
+++ b/src/components/Flatastic/style.module.css
@@ -1,22 +1,26 @@
-.choreList {
- list-style-type: none;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
+.container {
+ padding: 1px 100px 30px 100px;
+}
- gap: 10px;
- padding: 10px 0;
+.choreList {
+ list-style-type: none;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+
+ gap: 10px;
+ padding: 10px 0;
}
.chore {
- padding: 5px 10px;
- text-align: left;
- border-top: 2px solid white;
- border-left: 2px solid white;
- border-bottom: 2px solid #828282;
- border-right: 2px solid #828282;
+ padding: 5px 10px;
+ text-align: left;
+ border-top: 2px solid white;
+ border-left: 2px solid white;
+ border-bottom: 2px solid #828282;
+ border-right: 2px solid #828282;
}
.userName {
- font-weight: bold;
+ font-weight: bold;
}
diff --git a/src/components/Terminal/Terminal.tsx b/src/components/Terminal/Terminal.tsx
index e3cea94..52fdbd6 100644
--- a/src/components/Terminal/Terminal.tsx
+++ b/src/components/Terminal/Terminal.tsx
@@ -84,9 +84,8 @@ export default function Terminal() {
{text}
-
- [sus@home ~/hallway]{"$"}
- {" "}
+ [sus@home ~/hallway]{"$"}
+ {" โ"}
);
diff --git a/src/components/Timetable/Timetable.tsx b/src/components/Timetable/Timetable.tsx
index f59803a..6a167e9 100644
--- a/src/components/Timetable/Timetable.tsx
+++ b/src/components/Timetable/Timetable.tsx
@@ -18,7 +18,7 @@ export default function Timetable() {
}, [fetchTimetable]);
return (
-