Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 29, 2024
1 parent 738ff82 commit 5f03674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend/src/pages/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const Register: Component = () => {
const [getMsg, setMsg] = createSignal("\u00A0");
const [getIsLoad, setIsLoad] = createSignal(true);
const [getIsErr, setIsErr] = createSignal(false);

const PROD = import.meta.env.PROD;

onMount(() => {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/styles/register.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ $medium: 1024px;
.reg-title-name{
font-size: 4rem;
font-weight: 900;
line-height: 4rem;
}

.reg-title-desc{
margin-top: -1rem;
font-size: 1rem;
font-weight: 600;
color: #94a3b8;
}

.reg-status-svg{
margin-top: 2rem;
margin-top: 2.5rem;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 5f03674

Please sign in to comment.