diff --git a/client/src/pages/Home/components/TestArea/styles.sass b/client/src/pages/Home/components/TestArea/styles.sass new file mode 100644 index 00000000..36426112 --- /dev/null +++ b/client/src/pages/Home/components/TestArea/styles.sass @@ -0,0 +1,16 @@ +@import "@/common/styles/colors" + +.error-text + margin: 0 + font-size: 26pt + font-weight: 700 + color: $darker-white + +@media (max-width: 605px) + .error-text + text-align: center + width: 28rem + +@media (max-width: 475px) + .error-text + width: 20rem \ No newline at end of file