aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrendan F <EpicWolverine@users.noreply.github.com>2023-06-25 23:55:58 -0700
committerBrendan F <EpicWolverine@users.noreply.github.com>2023-06-25 23:55:58 -0700
commit5b132375e59438ef614ce59d790ffd411ba10cdb (patch)
tree81575223ba75e6aaf5b5fff9f027826e2df729e7 /src
parentd2cc71a654f743209faa7aa475659d675ebfcb36 (diff)
Fix failure title being left aligned
Diffstat (limited to 'src')
-rw-r--r--src/components/Result/index.styled.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Result/index.styled.ts b/src/components/Result/index.styled.ts
index 92d51f5..21d471c 100644
--- a/src/components/Result/index.styled.ts
+++ b/src/components/Result/index.styled.ts
@@ -1,8 +1,8 @@
import styled from "styled-components";
export const ResultTitle = styled.h1`
+ text-align: center;
@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