diff --git a/src/components/Dashboard/style.module.css b/src/components/Dashboard/style.module.css
index 9535ef1..4a312cc 100644
--- a/src/components/Dashboard/style.module.css
+++ b/src/components/Dashboard/style.module.css
@@ -29,46 +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%;
-<<<<<<< HEAD
-=======
}
.terminal {
->>>>>>> 115a228 (Make dashboard change background based on time of day)
+ margin: 2px;
}
.footer {
diff --git a/src/components/Flatastic/Flatastic.tsx b/src/components/Flatastic/Flatastic.tsx
index cce0b55..7612157 100644
--- a/src/components/Flatastic/Flatastic.tsx
+++ b/src/components/Flatastic/Flatastic.tsx
@@ -56,7 +56,7 @@ export default function Flatastic() {
});
return (
-
+
diff --git a/src/components/Flatastic/style.module.css b/src/components/Flatastic/style.module.css
index eb1f027..46582c7 100644
--- a/src/components/Flatastic/style.module.css
+++ b/src/components/Flatastic/style.module.css
@@ -1,3 +1,7 @@
+.container {
+ padding: 1px 100px 30px 100px;
+}
+
.choreList {
list-style-type: none;
display: flex;
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 (
-