aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Result/index.styled.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Result/index.styled.ts')
-rw-r--r--src/components/Result/index.styled.ts33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/components/Result/index.styled.ts b/src/components/Result/index.styled.ts
new file mode 100644
index 0000000..92d51f5
--- /dev/null
+++ b/src/components/Result/index.styled.ts
@@ -0,0 +1,33 @@
+import styled from "styled-components";
+
+export const ResultTitle = styled.h1`
+ @media (max-width: 768px) {
+ text-align: center;
+ width: 100%;
+ }
+`;
+
+export const Tries = styled.h4`
+ @media (max-width: 768px) {
+ text-align: center;
+ width: 100%;
+ }
+
+ margin-top: 0;
+`;
+
+export const SongTitle = styled.h3`
+ @media (max-width: 768px) {
+ text-align: center;
+ width: 100%;
+ }
+
+ margin-top: 0;
+`;
+
+export const TimeToNext = styled.h4`
+ @media (max-width: 768px) {
+ text-align: center;
+ width: 100%;
+ }
+`;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage